Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed May 12, 2024
1 parent 37a1a3c commit 2354ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gha-generate-shell-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function jq() { "`which jq`" $(
) ; }
function envsubst() { "`which envsubst`" "\$@" ; }
function fsvr_step() {( set -Euo pipefail; $fsvr_dir/util/build.sh "\$@" ; )}
function fsvr_step() {( set -Euo pipefail; \$fsvr_dir/util/build.sh "\$@" ; )}
declare -xf _err tee parallel ht-ln hostname colout jq envsubst fsvr_step
# set -Eo pipefail
Expand Down

0 comments on commit 2354ea0

Please sign in to comment.