diff options
-rw-r--r-- | tools/PracroAdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/PracroAdd b/tools/PracroAdd index 2ceda59..2c04756 100644 --- a/tools/PracroAdd +++ b/tools/PracroAdd @@ -17,7 +17,7 @@ function allfile() { echo " Bent Bisballe Nyeng" >> $1; echo " * deva@aasimon.org" >> $1; fi - if [ "$WHO" == "elsenator" ]; + if [ "$WHO" == "senator" ]; then echo "Lars Bisballe Jensen" >> $1; echo " * elsenator@gmail.com" >> $1; |