forked from hswaw/hscloud
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)
|