Skip to content

Commit 7e1b9a1

Browse files
committed
Fix: copy/paste in IncrementalLoad, again
1 parent 818547d commit 7e1b9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/SourceControl/Git/PullEventHandler/IncrementalLoad.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Method OnPull() As %Status
1515
if $Data(..ModifiedFiles(i))#2 {
1616
set internalName = ##class(SourceControl.Git.Utils).NameToInternalName(..ModifiedFiles(i),,0)
1717
if (internalName = "") {
18-
write files(i), " was not imported into the database and will not be compiled. ", !
18+
write ..ModifiedFiles(i), " was not imported into the database and will not be compiled. ", !
1919
} else {
2020
set compilelist(internalName) = ""
2121
set nFiles = nFiles + 1

0 commit comments

Comments
 (0)