diff --git a/bin/update_sops.sh b/bin/update_sops.sh index 6d92f2c..ca8ab53 100755 --- a/bin/update_sops.sh +++ b/bin/update_sops.sh @@ -64,6 +64,7 @@ EOM } # UPDATE SOPS CONFIG +# TODO: remove the 'pushd;popd' workaround and make the functions aware of the dir being read pushd "${keyfiles_dir}" > /dev/null 2>&1 (fn_update_sops_config) > "${sops_config}" popd > /dev/null 2>&1