Skip to content

Commit

Permalink
feat(#131): quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 8, 2024
1 parent 4207d78 commit e5580fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ docker:
assets:
docker-password: h1alexbel/home#assets/docker-password
install: |
cat /home/r/script.sh
rustup update
cargo install --version 1.30.1 just
curl -sSL https://install.python-poetry.org | python3
export PATH="$HOME/.local/bin:$PATH
export PATH="$HOME/.local/bin:$PATH"
merge:
script: |
just install
Expand Down

0 comments on commit e5580fe

Please # to comment.