]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/print-transcode-command.ts
add link to open video on origin instance
[github/Chocobozzz/PeerTube.git] / scripts / print-transcode-command.ts
index f3b169b32e95c85f078bbe4a478d26d9e4952bde..f6c96790eacb7cf855291b954ee52d523f4647ee 100644 (file)
@@ -48,5 +48,5 @@ async function run (path: string, cmd: any) {
     exit()
   })
 
-  await runCommand(command)
+  await runCommand({ command })
 }