From 8bd3a1ca26fc93137d77d60cf8b1a69f8f630ffc Mon Sep 17 00:00:00 2001 From: Gary Qian Date: Tue, 15 Jun 2021 00:21:26 -0700 Subject: [PATCH] Update create_sdk_cipd_package.sh (flutter/engine#26755) --- engine/src/flutter/tools/create_sdk_cipd_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/tools/create_sdk_cipd_package.sh b/engine/src/flutter/tools/create_sdk_cipd_package.sh index 7f1ed33ad9f..a67a7ebf508 100755 --- a/engine/src/flutter/tools/create_sdk_cipd_package.sh +++ b/engine/src/flutter/tools/create_sdk_cipd_package.sh @@ -3,7 +3,7 @@ # This script requires depot_tools to be on path. print_usage () { - echo "Usage: create_ndk_cipd_package.sh " + echo "Usage: create_sdk_cipd_package.sh " echo " where:" echo " - PACKAGE_TYPE is one of build-tools, platform-tools, platforms, or tools" echo " - PATH_TO_ASSETS is the path to the unzipped asset folder"