Skip to content

Commit

Permalink
Pass dive image name
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichielectric committed Sep 28, 2020
1 parent 5dc0177 commit 781e4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function run(): Promise<void> {
)
}

const parameters = ['run', ...commandOptions, image]
const parameters = ['run', ...commandOptions, diveImage, image]
let output = ''
const execOptions = {
ignoreReturnCode: true,
Expand Down

0 comments on commit 781e4ac

Please sign in to comment.