Merge pull request #195133 from pacien/update-scripts-help-trivial-fixes

fix some package names in update script help text (trivial)
This commit is contained in:
figsoda
2022-10-08 20:55:21 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
#!nix-shell -I nixpkgs=../../../../../../ -i bash -p wget prefetch-yarn-deps yarn
if [ "$#" -gt 1 ] || [[ "$1" == -* ]]; then
echo "Regenerates packaging data for the seshat package."
echo "Regenerates packaging data for the keytar package."
echo "Usage: $0 [git release tag]"
exit 1
fi
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
cd "$(dirname "$0")"
if [ "$#" -gt 1 ] || [[ "$1" == -* ]]; then
echo "Regenerates packaging data for the element packages."
echo "Regenerates packaging data for the hedgedoc packages."
echo "Usage: $0 [git release tag]"
exit 1
fi