Skip to content

Commit

Permalink
Merge pull request #66 from h1alexbel/rultor-just
Browse files Browse the repository at this point in the history
feat(rultor): no sudo with cd
  • Loading branch information
h1alexbel authored Jul 11, 2024
2 parents e31c990 + 597540e commit 6605581
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 @@ -51,7 +51,7 @@ check:
# Rultor merge script.
rultor:
npm --version
sudo cd github-mirror && \
cd github-mirror && \
sudo npm install @openapitools/openapi-generator-cli -g && \
sudo openapi-generator-cli generate -i github.yml -g rust -o .
cargo --color=never test -vv
Expand Down

0 comments on commit 6605581

Please sign in to comment.