diff options
author | Tails developers <amnesia@boum.org> | 2012-11-25 12:44:05 +0100 |
---|---|---|
committer | Tails developers <amnesia@boum.org> | 2012-11-25 12:44:05 +0100 |
commit | a27604a78946c86853896b16c1ca6bacaa2a729f (patch) | |
tree | e39dc803c9cdf0933411601298ffd30b9bce5218 | |
parent | 30dafb27b42fb873c40c25087e3d5d7ccbde5022 (diff) |
update-version.sh: fix typo in DEBFULLNAME.
-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 |