Commit b5a5e5a416a33147e99be2e8c07e2bcc7fb7ee6c
1 parent
c463eeb0
Exists in
master
and in
4 other branches
prepare for 1.1
Showing
3 changed files
with
5 additions
and
3 deletions
Show diff stats
CHANGELOG
VERSION
update.rb
... | ... | @@ -19,8 +19,8 @@ env = if envs.include?(ARGV[0]) |
19 | 19 | puts yellow "== RAILS ENV | #{env}" |
20 | 20 | current_version = version |
21 | 21 | puts yellow "Your version is #{current_version}" |
22 | -puts yellow "Check for new version: $ git pull origin" | |
23 | -`git pull origin` # pull from origin | |
22 | +puts yellow "Check for new version: $ git pull origin 1x" | |
23 | +`git pull origin 1x` # pull from origin | |
24 | 24 | |
25 | 25 | # latest version |
26 | 26 | if version == current_version | ... | ... |