pkgs.common-updater-scripts: update-source-version name singular

This commit is contained in:
Matej Urbas 2021-01-09 10:04:13 +00:00
parent a98302aa9b
commit ca9e2a3c3b

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