Skip to content

Commit

Permalink
Update generate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr authored Dec 7, 2023
1 parent 38fb983 commit b0598cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const image = new Dockerfile()
.run("sdkmanager --version")
.run('sdkmanager "platforms;android-33"')
.run("yes | sdkmanager --licenses")
.cmd("devbox version");
.run("devbox version");

const dockerfile = image.toString();

Expand Down

0 comments on commit b0598cb

Please sign in to comment.