Ugh. fix missing dash in —max-timeout

This commit is contained in:
~dolled-possum 2024-06-11 15:02:42 -04:00
parent c367f1dfab
commit d92942ebc2

View File

@ -19,4 +19,4 @@ jobs:
port: ${{ secrets.SSH_PORT }}
command_timeout: 60m
script: |
curl —max-time 3600 -X PUT http://localhost:8000/monitor/build-kinode
curl -—max-time 3600 -X PUT http://localhost:8000/monitor/build-kinode