1
0
Fork 0
hscloud/tools/pass.py

7 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)