1
0
Fork 0
hscloud/tools/pass.py

7 lines
114 B
Python
Raw Normal View History

2019-01-13 20:14:02 +00:00
#!/usr/bin/env python
# This is a fake `pass` to make docker-credential-helpers shut up.
import sys
sys.exit(1)