Skip to content

Commit

Permalink
fix: earthly-script output (#8871)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 authored Sep 29, 2024
1 parent dc3e164 commit a02370c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/setup-earthly-local.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash

echo 'alias earthly="$(git rev-parse --show-toplevel)/scripts/earthly-local"' >> ~/.zshrc
EARTHLY_SCRIPT_LOCATION="$(git rev-parse --show-toplevel)/scripts/earthly-local"
echo "alias earthly=\"$EARTHLY_SCRIPT_LOCATION\"" >> ~/.zshrc

0 comments on commit a02370c

Please sign in to comment.