We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2bfa1 commit 3f64a21Copy full SHA for 3f64a21
1 file changed
hooks/command
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-set -eux -o pipefail
+set -eu -o pipefail
3
4
# Reads either a value or a list from plugin config
5
function plugin_read_list() {
0 commit comments