Skip to content

Commit

Permalink
Allow dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobianco committed Mar 21, 2024
1 parent 42055df commit 463789b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/mush
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
## BP010: Release metadata
## @build_type: bin
## @build_date: 2024-03-21T20:48:06Z
## @build_date: 2024-03-21T20:48:32Z
set -e
use() { return 0; }
extern() { return 0; }
Expand Down
2 changes: 1 addition & 1 deletion target/release/mush
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
## BP010: Release metadata
## @build_type: bin
## @build_date: 2024-03-21T20:48:06Z
## @build_date: 2024-03-21T20:48:32Z
set -e
use() { return 0; }
extern() { return 0; }
Expand Down

0 comments on commit 463789b

Please sign in to comment.