Skip to content

Commit

Permalink
fixes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 14, 2017
1 parent 3d06c6e commit 6e32f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/packager/repositories_include.rb
Expand Up @@ -210,7 +210,7 @@ def createSourceImpl(url, plaindir, download, preffered_name, force_alias)
end
alias_name = ""
if force_alias == ""
# replace " " -> "_" (avoid spaces in .repo file name) and remove shell unfriendly '/()'
# replace " " -> "_" (avoid spaces in .repo file name) and remove shell unfriendly chars
alias_name = name.tr(" ", "_").delete(SHELL_UNFRIENDLY)
alias_orig = alias_name

Expand Down

0 comments on commit 6e32f4d

Please sign in to comment.