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 <jagoodse@microsoft.com>
  • Loading branch information
JasonTheDeveloper committed Sep 4, 2024
1 parent e5d5e92 commit 98e6763
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 98e6763

Please sign in to comment.