Skip to content

Commit

Permalink
Fixes #145
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevanwinkle committed Feb 27, 2015
1 parent 0f0cdc7 commit 86753cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/commands/site.php
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ public function create_env($args, $assoc_args) {
$env = Terminus::prompt("Name of new MultiDev environment");
}

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

$workflow = $site->createEnvironment($env, $src);
$workflow->wait();
Expand Down

0 comments on commit 86753cd

Please sign in to comment.