Skip to content

Commit f9c60fd

Browse files
Update cls/SourceControl/Git/Settings.cls
Co-authored-by: Pravin Barton <[email protected]>
1 parent 678d2cb commit f9c60fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/SourceControl/Git/Settings.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Method %Save() As %Status
5454
}
5555

5656
// Also put in local namespace storage to avoid permissions issues
57-
set @storage@("settings","gitBinPath") = ..gitBinPath
5857
kill @storage@("settings","gitBinPath")
58+
set @storage@("settings","gitBinPath") = ..gitBinPath
5959
} catch e {
6060
// no-op; user might not have privileges.
6161
}

0 commit comments

Comments
 (0)