Skip to content

Commit

Permalink
Fix the competition locations in the config files
Browse files Browse the repository at this point in the history
They had a trailing slash, which actually breaks the etl pipelines.
This was confusing for any new developers, and so should be changed to
be accurate.
  • Loading branch information
Frank Duncan committed Feb 7, 2021
1 parent cc20ab5 commit 22ae276
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion competitions/100Change2017/etl/config.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wiki_url = "https://torque.leverforchange.org/100Change2017/"
wiki_url = "https://torque.leverforchange.org/100Change2017"
username = "__USERNAME__"
password = "__PASSWORD__"
2 changes: 1 addition & 1 deletion competitions/100Change2017Partners/etl/config.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wiki_url = "https://torque.leverforchange.org/100Change2017Partners/"
wiki_url = "https://torque.leverforchange.org/100Change2017Partners"
username = "__USERNAME__"
password = "__PASSWORD__"
2 changes: 1 addition & 1 deletion competitions/100Change2020/etl/config.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wiki_url = "https://torque.leverforchange.org/100Change2020/"
wiki_url = "https://torque.leverforchange.org/100Change2020"
username = "__USERNAME__"
password = "__PASSWORD__"
2 changes: 1 addition & 1 deletion competitions/100Change2020Demo/etl/config.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wiki_url = "https://wiki.opentechstrategies.com/100Change2020Demo/"
wiki_url = "https://wiki.opentechstrategies.com/100Change2020Demo"
username = "***************"
password = "***************"
2 changes: 1 addition & 1 deletion competitions/Climate2030/etl/config.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wiki_url = "https://torque.leverforchange.org/Climate2030/"
wiki_url = "https://torque.leverforchange.org/Climate2030"
username = "__USERNAME__"
password = "__PASSWORD__"
2 changes: 1 addition & 1 deletion competitions/DemoView/etl/config.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wiki_url = "https://torque.leverforchange.org/DemoView/"
wiki_url = "https://torque.leverforchange.org/DemoView"
username = "__USERNAME__"
password = "__PASSWORD__"
2 changes: 1 addition & 1 deletion competitions/ECW2020/etl/config.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wiki_url = "https://torque.leverforchange.org/ECW2020/"
wiki_url = "https://torque.leverforchange.org/ECW2020"
username = "__USERNAME__"
password = "__PASSWORD__"
2 changes: 1 addition & 1 deletion competitions/EO2020/etl/config.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wiki_url = "https://torque.leverforchange.org/EO2020/"
wiki_url = "https://torque.leverforchange.org/EO2020"
username = "__USERNAME__"
password = "__PASSWORD__"
2 changes: 1 addition & 1 deletion competitions/LLIIA2020/etl/config.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wiki_url = "https://torque.leverforchange.org/LLIIA2020/"
wiki_url = "https://torque.leverforchange.org/LLIIA2020"
username = "__USERNAME__"
password = "__PASSWORD__"
2 changes: 1 addition & 1 deletion competitions/LoneStar2020/etl/config.py.tmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
wiki_url = "https://torque.leverforchange.org/LoneStar2020/"
wiki_url = "https://torque.leverforchange.org/LoneStar2020"
username = "__USERNAME__"
password = "__PASSWORD__"

0 comments on commit 22ae276

Please sign in to comment.