Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0885771

Browse files
committed
WIP
1 parent 3a19877 commit 0885771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,5 +1415,5 @@ func expandDirectory(dir string) (string, error) {
14151415
}
14161416
dir = filepath.Join(home, dir)
14171417
}
1418-
return filepath.Abs(os.ExpandEnv(dir)), nil
1418+
return filepath.Abs(os.ExpandEnv(dir))
14191419
}

0 commit comments

Comments
 (0)