diff options
Diffstat (limited to 'bin/addproject')
-rwxr-xr-x | bin/addproject | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/addproject b/bin/addproject index d922d17..0626003 100755 --- a/bin/addproject +++ b/bin/addproject @@ -110,7 +110,7 @@ main() { eheading "requesting new mailinglist for the project" # register mailinglist (owner is user_email) for the new project - eexec wget -q -O /dev/null --no-check-certificate --post-data "name=commit-${project_name}&email=${user_email}" \ + eexec wget -q -O /dev/null --no-check-certificate --post-data "name=commit_${project_name}&email=${user_email}" \ https://lists.spline.inf.fu-berlin.de/cgi-bin/neueliste.pl eheading "sending confirmation email to applicant" |