Skip to content

Commit

Permalink
fix popd
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Nov 20, 2023
1 parent a418c0f commit f2b4d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checksums
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ main() {
pushd bin/ >/dev/null || exit 1
rm -f "${filename}"
shasum -a 512 -- infractl-* > "${filename}"
popd bin/ >/dev/null || exit 1
popd >/dev/null || exit 1

}

Expand Down

0 comments on commit f2b4d63

Please sign in to comment.