Skip to content

Commit

Permalink
Reduce verbosity.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Nov 9, 2020
1 parent 10a33f6 commit b84e643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hooks/command
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euov pipefail
set -euo pipefail

echo "+++ :julia: Running tests"

Expand Down
2 changes: 1 addition & 1 deletion hooks/pre-command
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euov pipefail
set -euo pipefail

echo "--- :julia: Instantiating project"

Expand Down

0 comments on commit b84e643

Please sign in to comment.