Merge pull request #108841 from urbas/update-source-version-name-typo

pkgs.common-updater-scripts: update-source-version name singular
This commit is contained in:
Jan Tojnar 2021-01-09 19:22:46 +01:00 committed by GitHub
commit 1f93d9ad14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
scriptName=update-source-versions # do not use the .wrapped name
scriptName=update-source-version # do not use the .wrapped name
die() {
echo "$scriptName: error: $1" >&2