Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-17 08:08:35 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-17 08:08:35 +0300
commita0bda2c45d1bff8528c563f27ba2b5b6e00f27a7 (patch)
tree00006e2765b24997c6652c1e7243090d7d9c126d /Rakefile
parenteaa636b766350efdcbcde8a802ed732e1911a98f (diff)
Fix typo in Rakefile. [ci-skip]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index d42852d1..289d7253 100644
--- a/Rakefile
+++ b/Rakefile
@@ -39,7 +39,7 @@ task :pull_repos do
`rm -rf #{dir}`
end
else
- puts "NOTE: The following directories must be empty otherwise this task" +
+ puts "NOTE: The following directories must be empty otherwise this task " +
"will fail:\n#{dirs.join(', ')}"
puts "If you want to force-delete the `tmp/` and `content/` folders so \n" +
"the task will run without manual intervention, run \n" +