Skip to content

Commit da52e47

Browse files
committed
fix: update slug
1 parent 35b45ac commit da52e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/deploy/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const deploy: CommandModule<{}, DeployCommandArgs> = {
77
describe: "Deploy a faable app",
88
builder: (yargs) => {
99
return yargs
10-
.positional("app_name", {
10+
.positional("app_slug", {
1111
type: "string",
1212
description: "App name to build for",
1313
default: (s) => {

0 commit comments

Comments
 (0)