aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2020-12-01 17:11:19 +0100
committerElias Fleckenstein <eliasfleckenstein@web.de>2020-12-01 17:11:19 +0100
commite8b0c1c83c8889e93a1a31762f158685598f3744 (patch)
tree471f66fe55dde22d4269312a269fbbe416e089f3 /app
parenta1d5fa6fde2e84a59c3327b7329b160dde40acc1 (diff)
downloadcheatdb-master.tar.xz
Fix typoHEADmaster
Diffstat (limited to 'app')
-rw-r--r--app/default_data.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/default_data.py b/app/default_data.py
index ecb7913..230e05c 100644
--- a/app/default_data.py
+++ b/app/default_data.py
@@ -110,8 +110,8 @@ def populate_test_data(session):
mod.tags.append(tags["movement"])
mod.tags.append(tags["bot"])
mod.tags.append(tags["any_game"])
- mod.repo = "https://github.com/EliasFleckentein03/pathfinding"
- mod.issueTracker = "https://github.com/EliasFleckentein03/pathfinding/issues"
+ mod.repo = "https://github.com/EliasFleckenstein03/pathfinding"
+ mod.issueTracker = "https://github.com/EliasFleckenstein03/pathfinding/issues"
mod.short_desc = "A dragonfire CSM that adds .goto command."
mod.desc = ""
session.add(mod)
@@ -119,7 +119,7 @@ def populate_test_data(session):
rel = PackageRelease()
rel.package = mod
rel.title = "v1.0.0"
- rel.url = "https://github.com/EliasFleckentein03/pathfinding/archive/master.zip"
+ rel.url = "https://github.com/EliasFleckenstein03/pathfinding/archive/master.zip"
rel.approved = True
session.add(rel)