Skip to content

Commit

Permalink
Suggest to run m in addition to lunch if create fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jemoreira committed Dec 13, 2024
1 parent 4ac6bd7 commit 2fb78e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ Result<void> CvdCreateCommandHandler::Handle(const CommandRequest& request) {
// Validate the host artifacts path before proceeding
(void)CF_EXPECT(HostToolTarget(flags.host_path).GetStartBinName(),
"\nMaybe try `cvd fetch` or running `lunch "
"<target>` to enable starting a CF device?");
"<target>; m` to enable starting a CF device?");
// CreationAnalyzer needs these to be set in the environment
envs[kAndroidHostOut] = AbsolutePath(flags.host_path);
envs[kAndroidProductOut] = AbsolutePath(flags.product_path);
Expand Down

0 comments on commit 2fb78e8

Please sign in to comment.