Skip to content

Commit 354c65a

Browse files
authored
Merge pull request actions#28 from akamai/feature/DEVPOPS-788
Feature/devpops 788
2 parents 299a852 + ac27a90 commit 354c65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli-main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ program
736736
.option('-C, --cpcode <cpcode>', 'specify a pre-existing cpcode instead of letting the system generate a new one')
737737
.action(async function (options) {
738738
helpExitOnNoArgs(options);
739-
const cpcode = options.usecpcode;
739+
const cpcode = options.cpcode;
740740
try {
741741
const recipePath = options.recipe;
742742
if (recipePath) {

0 commit comments

Comments
 (0)