Skip to content

Commit

Permalink
update tbot init error message (#50726)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Jan 4, 2025
1 parent 5a9a591 commit 95fad61
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 @@ -446,7 +446,7 @@ func onInit(botConfig *config.BotConfig, cf *config.CLIConf) error {
}
}
if target == nil {
return trace.NotFound("Could not find specified destination %q", cf.InitDir)
return trace.NotFound("Initial directory %q must match a destination directory from the configuration file or --destination-dir parameter", cf.InitDir)
}
}

Expand Down

0 comments on commit 95fad61

Please sign in to comment.