Fixed a stupid mistake in using percent signs instead of ampersands
authorMark Szymanski <mrman208@me.com>
Sat, 23 Oct 2010 16:10:37 +0000 (11:10 -0500)
committerMark Szymanski <mrman208@me.com>
Sat, 23 Oct 2010 16:10:37 +0000 (11:10 -0500)
aliases/jekyll.aliases.bash

index 249bca1..a3e3fc0 100644 (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"