Skip to content

Commit

Permalink
Just: make just install rust work from internal repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Tranquilli committed Dec 12, 2024
1 parent 1f7d5c0 commit ee753c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl.just
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set unstable
set quiet

_install LANGUAGE:
bazel run //{{ trim_end_match(LANGUAGE, '/') }}:install
cd {{ source_dir() }}; bazel run //{{ trim_end_match(LANGUAGE, '/') }}:install

_build LANGUAGE:
if [ -n "${SEMMLE_CODE:-}" ]; then \
Expand Down

0 comments on commit ee753c6

Please sign in to comment.