From ad52aef2356a47a1b454f5a712442abe8bfbf9df Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 2 Oct 2017 16:56:53 +0200 Subject: [PATCH] get-scopes: Fix a typo. --- smartgears/smartgears/templates/get-scopes.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/smartgears/templates/get-scopes.j2 b/smartgears/smartgears/templates/get-scopes.j2 index 5933869e..248a4bc3 100644 --- a/smartgears/smartgears/templates/get-scopes.j2 +++ b/smartgears/smartgears/templates/get-scopes.j2 @@ -11,7 +11,7 @@ SMARTGEARS_VO_AUTH={{ smartgears_authorized_on_all_scopes }} SMARTGEARS_SAVED_STATE_F=saved_scopes_list.xml SMARTGEARS_SAVED_STATE_PATH={{ smartgears_user_home }}/SmartGears/$SMARTGEARS_SAVED_STATE_F SMARTGEARS_SCRIPTS_DIR={{ smartgears_user_home }}/SmartGears/scripts -SMARTGEARS_RUNNING_STATE_FILE={{ smartgears_user_home }}/state/ghn.xml +SMARTGEARS_RUNNING_STATE_FILE={{ smartgears_install_path }}/state/ghn.xml CONTAINER_XML_FILE={{ smartgears_install_path }}/container.xml