Skip to content

Commit

Permalink
refactor(dir): remove redundant code
Browse files Browse the repository at this point in the history
Signed-off-by: Jason <[email protected]>
  • Loading branch information
JasonTheDeveloper committed Sep 4, 2024
1 parent 4c44f3b commit 6b3dbc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dir/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ func userConfigDirPath() string {
// fallback to current directory
UserConfigDir = "." + notation
return UserConfigDir
UserConfigDir = "." + notation
return UserConfigDir
}
// set user config
UserConfigDir = filepath.Join(userDir, notation)
Expand Down

0 comments on commit 6b3dbc5

Please sign in to comment.