Skip to content

Commit 7c82a22

Browse files
committed
fix: system defaults export adds the file to source control
1 parent e8e7209 commit 7c82a22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,6 +1728,7 @@ ClassMethod ExportSystemDefaults() As %Status
17281728
{
17291729
new %SourceControl
17301730
do ##class(%Studio.SourceControl.Interface).SourceControlCreate()
1731+
$$$QuitOnError(%SourceControl.AddToSourceControl("Ens.Config.DefaultSettings.ESD"))
17311732
quit %SourceControl.OnAfterSave("Ens.Config.DefaultSettings.ESD")
17321733
}
17331734

0 commit comments

Comments
 (0)