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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-14 18:01:59 +0400
committergitlabhq <m@gitlabhq.com>2011-10-14 18:01:59 +0400
commita136247fea5ef65a697b1551b3d281d97387f3ef (patch)
tree68e82f4e376810eb43398eccebbe4f5cd3c0075c /update.rb
parent4fe65eb4bc4c939788c6b3f010e70cd008705dff (diff)
easy update/install
Diffstat (limited to 'update.rb')
-rw-r--r--update.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.rb b/update.rb
index f41c3617a4a..9dae135e47e 100644
--- a/update.rb
+++ b/update.rb
@@ -12,10 +12,10 @@ env = if envs.include?(ARGV[0])
"production"
end
-puts green " == Update for ENV=#{env} from 1x"
+puts green " == Update for ENV=#{env}"
# pull from github
-`git pull origin 1x`
+`git pull`
# bundle install
if env == "production"