Skip to content

Commit 91600eb

Browse files
committed
fix for git add CSP application
1 parent 83e71bc commit 91600eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ ClassMethod NormalizeInternalName(ByRef name As %String) As %String
985985

986986
set type = ..Type(.name)
987987

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

0 commit comments

Comments
 (0)