From 92121acdc14e6b60f86a12a6a42179dbf870a046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CEvgeny?= Date: Thu, 25 Jan 2024 11:13:08 +0000 Subject: [PATCH] global path fix --- .iris_init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.iris_init b/.iris_init index 5a6a110..c9846e8 100644 --- a/.iris_init +++ b/.iris_init @@ -3,4 +3,4 @@ :alias createdb do $SYSTEM.SQL.Execute("CREATE DATABASE $1") ; :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") ; :alias add%all x "n $namespace set $namespace=""%SYS"",P(""Globals"")=""%DEFAULTDB"",sc=##class(Config.Namespaces).Create(""%All"",.P)" ; -:alias exportglobal d $System.OBJ.Export("$1.GBL","$1$2.xml") ; \ No newline at end of file +:alias exportglobal d $System.OBJ.Export("$1.GBL","$2$1.xml") ; \ No newline at end of file