Skip to content

Commit 83ec5d3

Browse files
srtaalejzimeg
andauthored
Update cmd/project/create.go
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent bc39acc commit 83ec5d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/project/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func runCreateCommand(clients *shared.ClientFactory, cmd *cobra.Command, args []
170170
subdir = template.GetSubdir()
171171
}
172172
createArgs := create.CreateArgs{
173-
AppName: appNameArg,
173+
AppPath: appPathArg,
174174
DisplayName: displayNameOverride,
175175
Template: template,
176176
GitBranch: createGitBranchFlag,

0 commit comments

Comments
 (0)