Skip to content

Commit

Permalink
fix: fix comment in /pkg/home/auth.go. (#1831)
Browse files Browse the repository at this point in the history
Signed-off-by: Electronic-Waste <[email protected]>
  • Loading branch information
Electronic-Waste authored Jan 10, 2024
1 parent df24380 commit 1f927d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/home/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type authManager interface {
}

func (m *generalManager) initAuth() error {
// Create $HOME/.config/envd/auth.json
// Create $HOME/.config/envd/auth
auth, err := fileutil.ConfigFile("auth")
if err != nil {
return errors.Wrap(err, "failed to get auth file")
Expand Down

0 comments on commit 1f927d7

Please sign in to comment.