Skip to content

Commit 4dd4360

Browse files
committed
[bin/git-plane] Don't echo commands
1 parent ec984b4 commit 4dd4360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-plane

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -euxo pipefail
3+
set -euo pipefail
44

55
# first commit any staged changes
66
if ! git diff --no-ext-diff --quiet --exit-code --staged; then

0 commit comments

Comments
 (0)