Skip to content

Commit 98e6763

Browse files
refactor(dir): remove redundant code
Signed-off-by: Jason <jagoodse@microsoft.com>
1 parent e5d5e92 commit 98e6763

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dir/path.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ func userConfigDirPath() string {
8787
// fallback to current directory
8888
UserConfigDir = "." + notation
8989
return UserConfigDir
90-
UserConfigDir = "." + notation
91-
return UserConfigDir
9290
}
9391
// set user config
9492
UserConfigDir = filepath.Join(userDir, notation)

0 commit comments

Comments
 (0)