Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed Dec 6, 2024
1 parent 8ea0d13 commit c7b08fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ _crate_short_name crate quiet="":
astria-conductor) short_name=conductor ;;
astria-sequencer) short_name=sequencer ;;
astria-sequencer-relayer) short_name=sequencer-relayer ;;
astria-auctioneer) short_name=auctioneer ;;
*) echo "{{crate}} is not a supported binary" && exit 2
esac
[ -z {{quiet}} ] && echo $short_name || true
Expand Down

0 comments on commit c7b08fe

Please sign in to comment.