Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/auth/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def load_config(config_path=None):
conf = {}
data = None

config_file = config_path or os.path.join(os.environ.get('HOME', '.'),
config_file = config_path or os.path.join(os.path.expanduser('~'),
DOCKER_CONFIG_FILENAME)

# if config path doesn't exist return empty config
Expand Down