diff --git a/hb/__main__.py b/hb/__main__.py index 9d70ff65798ec2ee43a429e26798eca7c002d749..3f550295cc8d02f78b9c7103b846417f3bbf4f68 100644 --- a/hb/__main__.py +++ b/hb/__main__.py @@ -65,7 +65,7 @@ def main(): os.environ['PATH'] = python_dir + ":" + os.getenv('PATH') os.execv(python_executable, param_list) else: - print("please execute preload_download.sh") + print("please execute build/prebuilts_download.sh") if __name__ == "__main__":