forked from hswaw/hscloud
7 lines
114 B
Python
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)
|