From 4f7f9d680eaa90394ed46ffc3c9b3e1ba04ba146 Mon Sep 17 00:00:00 2001 From: Bill Thompson <wgthom@gmail.com> Date: Fri, 28 Sep 2018 14:57:31 -0400 Subject: [PATCH] fixed spelling --- ex401/ex401.1.5/container_files/seed-data/bootstrap.gsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ex401/ex401.1.5/container_files/seed-data/bootstrap.gsh b/ex401/ex401.1.5/container_files/seed-data/bootstrap.gsh index 1666acf..5942048 100644 --- a/ex401/ex401.1.5/container_files/seed-data/bootstrap.gsh +++ b/ex401/ex401.1.5/container_files/seed-data/bootstrap.gsh @@ -1,7 +1,7 @@ gs = GrouperSession.startRootSession(); addStem("ref", "iam", "iam"); -addGroup("ref:iam", "gobal_deny", "gobal_deny"); +addGroup("ref:iam", "global_deny", "global_deny"); addGroup("app:vpn", "vpn_allow", "vpn_allow"); addGroup("app:vpn", "vpn_deny", "vpn_deny");