Skip to content

Commit

Permalink
Use join
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Oct 6, 2024
1 parent ba0078e commit b865fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tla/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# brew install just

set windows-shell := ["pwsh.exe", "-c"]
tla2tools := justfile_directory() / ".tla/tla2tools.jar"
tla2tools := join(justfile_directory(), ".tla", "tla2tools.jar")

default:
just --list
Expand Down

0 comments on commit b865fa9

Please sign in to comment.