diff --git a/global/overlay/etc/puppet/modules/net/files/cisoassistant/update-cisoas-enterprise.sh b/global/overlay/etc/puppet/modules/net/files/cisoassistant/update-cisoas-enterprise.sh index 25b1d1c..767cbbb 100644 --- a/global/overlay/etc/puppet/modules/net/files/cisoassistant/update-cisoas-enterprise.sh +++ b/global/overlay/etc/puppet/modules/net/files/cisoassistant/update-cisoas-enterprise.sh @@ -1,3 +1,5 @@ #! /usr/bin/env bash cd /opt/cisoas/ciso-assistant-community/enterprise -./update-ciso-assistant.sh enterprise \ No newline at end of file +pushd .. +./update-ciso-assistant.sh enterprise +popd \ No newline at end of file