Skip to content

Commit

Permalink
Fix syntax in op-devnet-allocs.sh
Browse files Browse the repository at this point in the history
The ending "fi" for the if-statement was accidentally omitted.
  • Loading branch information
karlb authored and ethenotethan committed Aug 14, 2024
1 parent dfe727f commit 6829070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/op-devnet-allocs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ if [ $? -eq 0 ] ; then
else
echo "Failed to clean up ${REPO_NAME} repo"
exit ${STATUS}
fi

0 comments on commit 6829070

Please sign in to comment.