Skip to content

Commit 86753cd

Browse files
committed
Fixes #145
1 parent 0f0cdc7 commit 86753cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/commands/site.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ public function create_env($args, $assoc_args) {
624624
$env = Terminus::prompt("Name of new MultiDev environment");
625625
}
626626

627-
$src = Input::env($assoc_args, 'env', "Environment to clone content from", $site->availableEnvironments());
627+
$src = Input::env($assoc_args, 'from-env', "Environment to clone content from", $site->availableEnvironments());
628628

629629
$workflow = $site->createEnvironment($env, $src);
630630
$workflow->wait();

0 commit comments

Comments
 (0)