Commit 0078fe6c authored by Christian González's avatar Christian González

double quotes to single quotes

parent 3a555b8b
......@@ -30,7 +30,7 @@ class GitlabNet
if resp.code == '200'
GitAccessStatus.create_from_json(resp.body)
else
GitAccessStatus.new(false, "API is not accessible")
GitAccessStatus.new(false, 'API is not accessible')
end
end
......
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