Skip to content

Commit 88de775

Browse files
committed
Don't <FRAMESTACK>. D'oh.
1 parent f8a1292 commit 88de775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/SourceControl/Git/API.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ClassMethod Configure()
3636
/// API for git pull - just wraps Utils
3737
ClassMethod Pull()
3838
{
39-
quit ##class(SourceControl.Git.API).Pull()
39+
quit ##class(SourceControl.Git.Utils).Pull()
4040
}
4141

4242
/// Locks the environment to prevent changes to code other than through git pull.

0 commit comments

Comments
 (0)