octopress / deploy

Deployment for Octopress and Jekyll blogs.
MIT License
75 stars 23 forks source link

fix rsync deploy script #60

Closed kaushikgopal closed 9 years ago

kaushikgopal commented 9 years ago

The var @local was being used throughout the script but the @site_dir was checked for existence. Fixed the rsync deploy script to refer to @local.

Also changed the git deploy script to reflect the same var name: @site_dir -> @local (thought it'll avoid confusion in the future).

imathis commented 9 years ago

@kaushikgopal Thanks!

imathis commented 9 years ago

This was released in 1.2.7. Thanks again! :)

kaushikgopal commented 9 years ago

my pleasure :) rock on!