diff --git a/tool/run/depot.inc b/tool/run/depot.inc index 10d1556b34..eb9fbe814d 100644 --- a/tool/run/depot.inc +++ b/tool/run/depot.inc @@ -165,7 +165,7 @@ proc _current_depot_archive_version { type name } { set repo [repository_contains $hash_rel_path] if {$repo == ""} { - puts stderr "Error: unable to guess version of '$name' archive" + puts stderr "Error: recipe for '$type/$name' not found - unable to guess version" exit 1 }