Skip to content

Commit

Permalink
Remove hard-coded Ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
bruth committed Apr 30, 2012
1 parent 63e60a3 commit 04faebf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fabfile.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
def deploy(): def deploy():
with cd('~/sites/devel.io'): with cd('~/sites/devel.io'):
run('git pull') run('git pull')
with prefix('rvm use 1.9.3'): run('jekyll')
run('jekyll')

0 comments on commit 04faebf

Please sign in to comment.