Skip to content

Commit

Permalink
Merge pull request #8345 from habitat-sh/force_release
Browse files Browse the repository at this point in the history
whitespace change to force release
  • Loading branch information
mwrock authored Oct 27, 2021
2 parents 688ce9c + a5cff09 commit 9a45dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/scripts/shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ curlbash_hab() {
# are the same. let's just delete it
#
# This command is potentially executed on different queues, under different users
# with varying levels of permissions. Attempt to sudo-remove it first, for the linux-privileged
# with varying levels of permissions. Attempt to sudo-remove it first, for the linux-privileged
# use case, and if that fails, try to remove it directly for the docker use case.
if [ -d /hab/pkgs/core/hab/0.82.0 ]; then
sudo rm -rf /hab/pkgs/core/hab/0.82.0 || \
Expand Down

0 comments on commit 9a45dee

Please sign in to comment.