pkgs.common-updater-scripts: update-source-version name singular
This commit is contained in:
parent
a98302aa9b
commit
ca9e2a3c3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue