Skip to content

Commit f207ce5

Browse files
committed
Update release script
1 parent 086d555 commit f207ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/release/upgradeTo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ echo "Running in `pwd`"
77
echo "Fixing permissions"
88
chmod 600 tools/release/ci_key
99
echo "Running ssh"
10-
ssh -i tools/release/ci_key -oStrictHostKeyChecking=no $USER_TO_SSH@$ADDRESS_TO_SSH "$1"
10+
ssh -i tools/release/ci_key -oStrictHostKeyChecking=no $USER_TO_SSH@$ADDRESS_TO_SSH "./update.sh $1"
1111
echo "Update scheduled"
1212
rm tools/release/ci_key

0 commit comments

Comments
 (0)