Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Elie committed Dec 14, 2020
1 parent b034c7b commit 621463e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# This script builds the application from source for multiple platforms.
# Inspired from hashicorp/terraform build script
set -euo pipefail
set -eo pipefail

echo "Bash: ${BASH_VERSION}"

Expand Down

0 comments on commit 621463e

Please sign in to comment.