summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-26 14:41:53 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-26 14:45:08 +0300
commit6427e19f5b05fab40f462162ecca4f1aaa0f9c05 (patch)
tree19094f45e5e6417f44ee8520e2ef57e228cf0171 /lib
parent497c832b8d7dc10945d92179c02178061c460562 (diff)
downloadgitlab-ci-6427e19f5b05fab40f462162ecca4f1aaa0f9c05.tar.gz
update changelog
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/info.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/info.rake b/lib/tasks/info.rake
index b3dc07b..18bfc2c 100644
--- a/lib/tasks/info.rake
+++ b/lib/tasks/info.rake
@@ -42,7 +42,7 @@ def run_and_match(command, regexp)
`#{command}`.try(:match, regexp)
end
- # Check which OS is running
+ # Check which OS is running
#
# It will primarily use lsb_relase to determine the OS.
# It has fallbacks to Debian, SuSE, OS X and systems running systemd.