Commit 7d65c2fc authored by Rémy Coutable's avatar Rémy Coutable

Escape the password for Git calls

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 49d17e78
......@@ -23,7 +23,7 @@ module QA
def password=(pass)
@password = pass
@uri.password = pass
@uri.password = CGI.escape(pass)
end
def use_default_credentials
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment