Fixed a stupid mistake in using percent signs instead of ampersands

This commit is contained in:
Mark Szymanski
2010-10-23 11:10:37 -05:00
parent 96ccdaee51
commit 21820276fb

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"