diff --git a/packages/cli/src/util/commands/DevvitCommand.ts b/packages/cli/src/util/commands/DevvitCommand.ts index f99315636..f4e3f8300 100644 --- a/packages/cli/src/util/commands/DevvitCommand.ts +++ b/packages/cli/src/util/commands/DevvitCommand.ts @@ -200,7 +200,7 @@ export abstract class DevvitCommand extends Command { // Otherwise, we need to read appName or app version from the config // If the agrument has "@" format if (appWithVersion.startsWith('@')) { - return { appName: this.project.name, version: appWithVersion }; + return { appName: this.project.name, version: appWithVersion.slice(1) }; } // Otherwise, default to the config and latest.