4
0
Fork 2
mirror of https://gerrit.hackerspace.pl/hscloud synced 2024-10-18 10:17:44 +00:00
hscloud/tools/pass.py

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)