Skip to content

Commit f8225a2

Browse files
committed
#3: Fix installation script in .rultor.yml.
1 parent b68b4a7 commit f8225a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rultor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ docker:
77
assets:
88
npmrc: yegor256/objectionary-secrets#npmrc
99
install: |
10-
/usr/bin/install-node.sh
10+
sudo /usr/bin/install-node.sh
1111
npm install --no-color
1212
pdd -f /dev/null -v
1313
release:

0 commit comments

Comments
 (0)