Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Feb 10, 2023
1 parent 99ae7bc commit d4fd08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nyaa/modules/config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc initializeConfig(): Config =
config.setSectionKey("Repositories", "RepoDirs",
"/etc/nyaa /etc/nyaa-bin") # Seperate by space
config.setSectionKey("Repositories", "RepoLinks",
"https://github.com/kreatolinux/nyaa-repo.git::"&branch&" https://github.com/kreatolinux/nyaa-repo-bin.git::"&stable) # Seperate by space, must match RepoDirs
"https://github.com/kreatolinux/nyaa-repo.git::"&branch&" https://github.com/kreatolinux/nyaa-repo-bin.git::"&branch) # Seperate by space, must match RepoDirs

# [Upgrade]
config.setSectionKey("Upgrade", "buildByDefault", "yes") # Build packages by default
Expand Down

0 comments on commit d4fd08c

Please sign in to comment.