Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
aterga authored Dec 5, 2024
1 parent c4cfb31 commit 4e2e514
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion participate_sns_swap.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -xeuo pipefail
set -euo pipefail

cd -- "$(dirname -- "${BASH_SOURCE[0]}")"

Expand Down
2 changes: 1 addition & 1 deletion run_basic_scenario.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -xeuo pipefail
set -euo pipefail

cd -- "$(dirname -- "${BASH_SOURCE[0]}")"

Expand Down

0 comments on commit 4e2e514

Please sign in to comment.