Skip to content

Commit

Permalink
Remove shell tracing (#2166)
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 authored Sep 26, 2023
1 parent 073a935 commit d140b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/build/installHugo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Licensed under the MIT license.
# --------------------------------------------------------------------------------------------

set -ex
set -e

__CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
source "$__CURRENT_DIR/../../build/__hugoConstants.sh"
Expand Down

0 comments on commit d140b66

Please sign in to comment.