Fixed a stupid mistake in using percent signs instead of ampersands

pull/17/head
Mark Szymanski 2010-10-23 11:10:37 -05:00
parent 96ccdaee51
commit 21820276fb
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ alias buildsite="cd $JEKYLL_LOCAL_ROOT && rm -rf _site/ && jekyll"
# Rsync the site to the remote server
alias deploysite="cd $JEKYLL_LOCAL_ROOT %% rsync -rz _site/ $JEKYLL_REMOTE_ROOT"
alias deploysite="cd $JEKYLL_LOCAL_ROOT && rsync -rz _site/ $JEKYLL_REMOTE_ROOT"