diff options
Diffstat (limited to 'scripts/update-version.sh')
-rwxr-xr-x | scripts/update-version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-version.sh b/scripts/update-version.sh index f406641..527f127 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -17,7 +17,7 @@ sed -i "\$a \\\n$NEWVERSION\n$(echo $NEWVERSION | tr '[:graph:]' '=')\n" ChangeL vim ChangeLog #echo "Please edit Debian changelog…" -export DEBFULLNAME="Tails developpers" +export DEBFULLNAME="Tails developers" export DEBEMAIL="tails@boum.org" dch --newversion $NEWVERSION |