Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Fix default value for credentials-file flag#135

Merged
martialblog merged 1 commit into
mainfrom
fix/default-home-dir
Jan 9, 2023
Merged

Fix default value for credentials-file flag#135
martialblog merged 1 commit into
mainfrom
fix/default-home-dir

Conversation

@martialblog
Copy link
Copy Markdown
Member

  • The tilde variable is something that happends in a Shell, therefore it won't work as the default value. We use os.UserHomeDir now

Fixes #133

 - The tilde variable is something that happends in a Shell, therefore it won't
   work as the default value. We use os.UserHomeDir now
@martialblog martialblog added this to the v0.2.0 milestone Jan 9, 2023
@pdorschner pdorschner self-requested a review January 9, 2023 15:26
Copy link
Copy Markdown
Contributor

@pdorschner pdorschner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@martialblog martialblog merged commit bf1ba07 into main Jan 9, 2023
@martialblog martialblog deleted the fix/default-home-dir branch January 10, 2023 13:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Default-Credentials funktionieren nicht mehr

2 participants