Skip to content

Commit

Permalink
fix mint bootstrap -l -o y
Browse files Browse the repository at this point in the history
  • Loading branch information
irgaly committed Jul 11, 2024
1 parent 0b32d9a commit 2383fc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ async function main() {
core.info(`${mintPathDirectory} / ${mintBinaryDirectory} restored from cache`)
} else {
if (bootstrapLink) {
core.info(`execute: mint bootstrap -l -o -v -m ${mintFile}`)
await execute(mint, ['bootstrap', '-l', '-o', '-v', '-m', `${mintFile}`])
core.info(`execute: mint bootstrap -l -o y -v -m ${mintFile}`)
await execute(mint, ['bootstrap', '-l', '-o', 'y', '-v', '-m', `${mintFile}`])
} else {
core.info(`execute: mint bootstrap -v -m ${mintFile}`)
await execute(mint, ['bootstrap', '-v', '-m', `${mintFile}`])
Expand Down

0 comments on commit 2383fc0

Please sign in to comment.