Skip to content

Commit

Permalink
change the rm command to mv
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Tang committed Oct 10, 2015
1 parent 19a34dd commit b986b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# git add .
# git commit -am 'just in case'
# git push origin master
rm -rf ~/.vim/bundle/markdown-preview.vim
mv ~/.vim/bundle/markdown-preview.vim ~/.vim/bundle/markdown-preview.vim.back
cp -r ../markdown-preview.vim ~/.vim/bundle/markdown-preview.vim

0 comments on commit b986b11

Please sign in to comment.