Skip to content

Commit 3f64a21

Browse files
committed
Removed -x left by mistake
1 parent 0e2bfa1 commit 3f64a21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
set -eux -o pipefail
2+
set -eu -o pipefail
33

44
# Reads either a value or a list from plugin config
55
function plugin_read_list() {

0 commit comments

Comments
 (0)