Skip to content

Commit

Permalink
update tbot init error message
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy committed Dec 22, 2024
1 parent 5733a65 commit d3ea9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tbot/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ func onInit(globals *cli.GlobalArgs, init *cli.InitCommand) error {
}
}
if target == nil {
return trace.NotFound("Could not find specified destination %q", init.InitDir)
return trace.NotFound("Initial directory %q must match a destination directory from the configuration file or --destination-dir parameter", init.InitDir)
}
}

Expand Down

0 comments on commit d3ea9cb

Please sign in to comment.