Skip to content

Commit c7e6dec

Browse files
committed
fix comment
1 parent 8ecf2da commit c7e6dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/updater.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TempPath(path string) string {
6868
return path
6969
}
7070

71-
// TempPath generates the proper path for a temporary executable
71+
// BinPath generates the proper path for a temporary executable (removing "-temp")
7272
func BinPath(path string) string {
7373
return strings.Replace(path, "-temp", "", -1)
7474
}

0 commit comments

Comments
 (0)