mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2024-10-15 06:57:46 +00:00
6 lines
114 B
Python
6 lines
114 B
Python
#!/usr/bin/env python
|
|
|
|
# This is a fake `pass` to make docker-credential-helpers shut up.
|
|
|
|
import sys
|
|
sys.exit(1)
|