Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cecylia Bocovich
gettor
Commits
3b1b0190
Commit
3b1b0190
authored
Jun 12, 2020
by
Cecylia Bocovich
Browse files
Fix typo in new gitlab links
parent
4ed0f9ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/add_links_to_db
View file @
3b1b0190
...
...
@@ -148,7 +148,8 @@ def main():
c
.
execute
(
"INSERT INTO links(link, platform, language, arch, version, provider, status, file)"
"VALUES ('%s', '%s', '%s', '64', '%s', '%s', 'ACTIVE', '%s')"
%
(
providers
.
get
(
p
).
replace
(
"arch"
,
k
).
replace
(
"version"
,
version
)
+
%
(
providers
.
get
(
p
).
replace
(
"arch"
,
k
).
replace
(
"version"
,
version
.
replace
(
"."
,
"-"
))
+
release_link
,
k
,
l
,
version
,
p
,
release_link
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment