From 1915cf2a27d11473beb3df09f1b193a13ebacb9d Mon Sep 17 00:00:00 2001 From: nazunalika Date: Wed, 10 Nov 2021 16:48:10 -0700 Subject: [PATCH] shellcheck --- sync/minor-release-sync-to-staging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/minor-release-sync-to-staging.sh b/sync/minor-release-sync-to-staging.sh index 3d894bc..55bd7b4 100644 --- a/sync/minor-release-sync-to-staging.sh +++ b/sync/minor-release-sync-to-staging.sh @@ -90,4 +90,4 @@ echo "Setting symlink to ${REV}" pushd "${STAGING_ROOT}/${CATEGORY_STUB}" /bin/rm "${STAGING_ROOT}/${CATEGORY_STUB}/latest-8" ln -sr "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}" latest-8 -popd +popd || exit