Skip to content

Commit

Permalink
fix for git add CSP application
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-vgao committed Jan 26, 2024
1 parent 83e71bc commit 91600eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cls/SourceControl/Git/Utils.cls
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ ClassMethod NormalizeInternalName(ByRef name As %String) As %String

set type = ..Type(.name)

if $extract(name) '= "/" {
if ($extract(name) '= "/") && (type'="csp") {
quit $piece(name,".",1,*-1)_"."_$zconvert($piece(name,".",*),"U")
}

Expand Down

0 comments on commit 91600eb

Please sign in to comment.