Skip to content

Commit

Permalink
Upload dist with -unsafe
Browse files Browse the repository at this point in the history
When I broke something badly and only had one node, I couldn't upload
without unsafe.
  • Loading branch information
dustin committed Jul 10, 2013
1 parent a418be1 commit ebcf264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/update.sh
Expand Up @@ -74,7 +74,7 @@ compress() {

upload() {
cbfsclient ${cbfsserver:-http://cbfs:8484/} upload \
-ignore=$DIST/.cbfsclient.ignore -delete -v \
-unsafe -ignore=$DIST/.cbfsclient.ignore -delete -v \
$DIST/ dist/
}

Expand Down

0 comments on commit ebcf264

Please sign in to comment.