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 f2a59ea commit fb56724
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 fb56724

Please sign in to comment.