Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 26, 2024
1 parent b933d91 commit a6e5fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plop/commands/testCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function testCommand(plop: NodePlopAPI) {
onProgress(
`Fetching ${slug}:${osName}:${archName}:${version} inline...`,
)
const { bot } = await getBot(appPath, {
const { bot } = await getBot(slug, {
os: osName,
arch: archName,
version,
Expand Down

0 comments on commit a6e5fe5

Please sign in to comment.