mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-03-21 13:14:53 +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)
|