We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2afc5 commit 19c4879Copy full SHA for 19c4879
1 file changed
.rultor.yml
@@ -15,7 +15,7 @@ install: |
15
npm install --no-color mocha
16
curl -fsSL -o phino http://phino.objectionary.com/releases/ubuntu-22.04/phino-latest
17
chmod +x phino
18
- sudo mv phino /usr/local/bin/phino
+ sudo mv "${pwd}/phino" /usr/local/bin/phino
19
pdd -f /dev/null -v
20
release:
21
pre: false
0 commit comments