Skip to content

Commit

Permalink
fix: Pass correct repository ID
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Sep 4, 2024
1 parent 50617e6 commit d6bdc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImageBuilder.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function ImageBuilder({ name }) {
return;
}

await buildImage(repo, ref, term, fitAddon, (imageName) => {
await buildImage(repoId, ref, term, fitAddon, (imageName) => {
setCustomImage(imageName);
term.write(
"\nImage has been built! Click the start button to launch your server",
Expand Down

0 comments on commit d6bdc98

Please sign in to comment.