summaryrefslogtreecommitdiffstats
path: root/install/macos_packages/build_component_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install/macos_packages/build_component_package.sh')
-rw-r--r--install/macos_packages/build_component_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/macos_packages/build_component_package.sh b/install/macos_packages/build_component_package.sh
index 807e50567..2ac4daa3d 100644
--- a/install/macos_packages/build_component_package.sh
+++ b/install/macos_packages/build_component_package.sh
@@ -13,7 +13,7 @@ usage() {
echo "Assumes that the following items already exist:"
echo " - A starship binary which has already been notarized"
echo " - Documentation created by \`npm run build\`, usually in a dist"
- echo " directory at <repo>/docs/.vuepress/dist"
+ echo " directory at <repo>/docs/.vitepress/dist"
echo "Usage: $0 <path-to-starship-binary> <path-to-dist-directory>"
}