Skip to content

Commit

Permalink
_scripts: remove an errant set-x
Browse files Browse the repository at this point in the history
This removes a noisy set-x that was mistakenly included in
f982fd5.

Signed-off-by: Jonathan Matthews <github@hello.jonathanmatthews.com>
Change-Id: I181e67ccd176c1d2acc3cf3055ad4a238e54e2be
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1177296
TryBot-Result: CUEcueckoo <cueckoo@gmail.com>
Reviewed-by: Paul Jolly <paul@myitcv.io>
  • Loading branch information
jpluscplusm committed Feb 26, 2024
1 parent 916ac4f commit 3d3c62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/contentNewDocument.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -xeuo pipefail
set -euo pipefail

# Invoke the script with no arguments to see the usage text.
function _usage(){
Expand Down

0 comments on commit 3d3c62a

Please sign in to comment.