Skip to content

Commit

Permalink
Update justfile permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Aug 9, 2024
1 parent 878143e commit 3de39c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ build:
cargo build --release

install:
install -Dm0755 target/release/verdi {{ DESTDIR }}{{ BINARY }}/verdi
install -Dm755 target/release/verdi {{ DESTDIR }}{{ BINARY }}/verdi

0 comments on commit 3de39c3

Please sign in to comment.