Skip to content

Commit

Permalink
up ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigory Efimov committed Apr 28, 2018
1 parent 0d2ad6d commit 41ae07a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# home
deploy:
```
VERSION='0.1'
VERSION='0.2'
install -d $HOME/tmp/ &&
if [[ -d $HOME/tmp/home-$VERSION ]]; then
rm -rf $HOME/tmp/home-$VERSION
Expand Down
2 changes: 1 addition & 1 deletion bin/deployHome.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=${1:-"0.1"}
VERSION=${1:-"0.2"}

install -d $HOME/tmp/ &&
if [[ -d $HOME/tmp/home-$VERSION ]]; then
Expand Down

0 comments on commit 41ae07a

Please sign in to comment.