Skip to content

Commit f1c91a3

Browse files
committed
less verbosity
1 parent ef19ae8 commit f1c91a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update_deleted_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# 2. For each of the directories, get all directories that contains a BUILD.bazel file.
2424
# 3. Sort and remove duplicates.
2525

26-
set -euxo pipefail
26+
set -euo pipefail
2727

2828
DIR="$(dirname $0)/.."
2929
cd $DIR

0 commit comments

Comments
 (0)