Skip to content

Commit

Permalink
fix: set +u
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 8, 2024
1 parent 4c4c177 commit 4d23acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/codecov.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
CC_WRAPPER_VERSION="0.0.21"
set +u
say() {
echo -e "$1"
}
Expand Down
1 change: 1 addition & 0 deletions scripts/set_defaults.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

set +u
say() {
echo -e "$1"
}
Expand Down

0 comments on commit 4d23acc

Please sign in to comment.