Skip to content

Commit

Permalink
Fix athup script
Browse files Browse the repository at this point in the history
  • Loading branch information
lrettig committed Jun 4, 2024
1 parent 332bdd7 commit 6aa2285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions athup/athup
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ main() {
bin_path="$ATHENA_BIN_DIR/$bin"

# Print installed msg
say "installed - $(ensure "$bin_path" athena --version)"
say "installed - $(ensure "$bin_path" execute --version)"

# Check if the default path of the binary is not in ATHENA_BIN_DIR
which_path="$(command -v "$bin" || true)"
Expand All @@ -162,7 +162,7 @@ EOF
done

say "installing rust toolchain"
ensure "$bin_path" athena install-toolchain
ensure "$bin_path" execute install-toolchain
say "installed rust toolchain"

say "done!"
Expand Down

0 comments on commit 6aa2285

Please sign in to comment.