Skip to content

Commit

Permalink
Merge branch 'feature_support_custom_image_when_ao_build' into ryankung
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanKung committed Jan 19, 2025
2 parents 8145e2b + 652d1c5 commit 4d16f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-cli/src/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function build(customImage) {
}

export const command = new Command()
.description('Build the Lua Project into WASM')
.description('Build the Project into WASM')
.option('-i, --image <image:string>', 'Specify a custom Docker image to use')
.action(async (options) => {
await build(options.image)
Expand Down

0 comments on commit 4d16f13

Please sign in to comment.