Skip to content

Commit 92121ac

Browse files
committed
global path fix
1 parent a49d50f commit 92121ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.iris_init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
:alias createdb do $SYSTEM.SQL.Execute("CREATE DATABASE $1") ;
44
:alias installipm s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c") ;
55
:alias add%all x "n $namespace set $namespace=""%SYS"",P(""Globals"")=""%DEFAULTDB"",sc=##class(Config.Namespaces).Create(""%All"",.P)" ;
6-
:alias exportglobal d $System.OBJ.Export("$1.GBL","$1$2.xml") ;
6+
:alias exportglobal d $System.OBJ.Export("$1.GBL","$2$1.xml") ;

0 commit comments

Comments
 (0)