Skip to content

Commit

Permalink
fixup! feat(cli): build based on configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Oct 8, 2024
1 parent 2ca70a3 commit 0a86192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cli/src/commands/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default class Shell extends BaseCommand<typeof Shell> {
const { flags } = await this.parse(Shell);

// use pre-existing image or build dapp image
const ext2Path = this.getContextPath("image.ext2");
const ext2Path = this.getContextPath("root.ext2");
if (!fs.existsSync(ext2Path)) {
throw new Error(
`machine not built, run '${this.config.bin} build'`,
Expand Down

0 comments on commit 0a86192

Please sign in to comment.