Skip to content

Commit

Permalink
chore: Fix args typo
Browse files Browse the repository at this point in the history
  • Loading branch information
battis committed Jan 3, 2025
1 parent 21bda0d commit 62af055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nova/Tasks/download debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"run" : {
"enabled" : true,
"script" : "source .env\n# node --inspect-wait .\/packages\/msar\/dist\/bin\/msar.js ...\ntsx .\/packages\/msar\/src\/bin\/msar.ts download --stdoutLevel all -u --logFilePath .\/var\/download.log --logRequests \"$(op item get $OP_ITEM --fields username)\" -p \"$(op item get $OP_ITEM --fields password --reveal)\" --sso $SSO --outputPath \"$OUT\" --pretty \"$DOWNLOAD\""
"script" : "source .env\n# node --inspect-wait .\/packages\/msar\/dist\/bin\/msar.js ...\ntsx .\/packages\/msar\/src\/bin\/msar.ts download --stdoutLevel all --logFilePath .\/var\/download.log --logRequests -u \"$(op item get $OP_ITEM --fields username)\" -p \"$(op item get $OP_ITEM --fields password --reveal)\" --sso $SSO --outputPath \"$OUT\" --pretty \"$DOWNLOAD\""
}
},
"buildBeforeRunning" : true,
Expand Down

0 comments on commit 62af055

Please sign in to comment.