Skip to content

Commit bf9f5db

Browse files
committed
Remove placeholder checking
1 parent f81c5a7 commit bf9f5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/_zpkg/isc/sc/git/Socket.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ClassMethod Run()
2828
set root = %request.Get("root")
2929

3030
// Use user input if provided
31-
if (root '= "") && ($extract(root,1,3) '= "e.g") {
31+
if (root '= "") {
3232
set settings = ##class(SourceControl.Git.Settings).%New()
3333
set settings.namespaceTemp = root
3434
$$$ThrowOnError(settings.%Save())

0 commit comments

Comments
 (0)