From 5fe2d050d4446f683e9a7e063a9a212895af5a15 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Tue, 21 Feb 2017 10:04:02 -0600 Subject: [PATCH] correct typo in json file --- shibboleth-appliance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shibboleth-appliance.json b/shibboleth-appliance.json index 9da684b..f3ac667 100644 --- a/shibboleth-appliance.json +++ b/shibboleth-appliance.json @@ -28,7 +28,7 @@ { "type": "shell", "execute_command": "echo 'centos' | {{.Vars}} sudo -S -E bash '{{.Path}}'", - "script": "scripts/cleanup.sh", + "script": "scripts/cleanup.sh" }, { "type": "shell",