Skip to content

Commit f48113d

Browse files
committed
fixes for deploy class
1 parent 8436265 commit f48113d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cls/community/deploy.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Class community.deploy
33
{
44

5-
ClassMethod Run(NameSpace) As %Status
5+
ClassMethod run(NameSpace) As %Status
66
{
77
w "Loading data from GitHub", !
88
Set sc = $$$OK
9-
set $namespace = ""
9+
set $namespace = NameSpace
1010

1111
set owner = "intersystems-community"
1212
set repo = "posts-and-tags"

0 commit comments

Comments
 (0)