Skip to content

Commit

Permalink
Less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Aug 18, 2023
1 parent de6bd96 commit a54ca8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/docgen/docgen-abis.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -euxo pipefail
set -e

echo "Docgen ABIs..."

Expand Down
2 changes: 1 addition & 1 deletion utils/docgen/docgen-contracts.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -euxo pipefail
set -e

echo "Docgen contracts..."

Expand Down

0 comments on commit a54ca8b

Please sign in to comment.