Skip to content

Commit

Permalink
Merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickoneill committed Feb 18, 2012
2 parents 8e19b6c + 5dcea48 commit 5ecf402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher.go
Expand Up @@ -346,7 +346,7 @@ func rebuildSite() {
fmt.Printf("Done site generation at %v\n",tmppath)

if !config.Debug {
rsync(tmppath+"/", "nickoneill", "nickoneill.name", "/var/www/blog.nickoneill.name/public_html/")
rsync(tmppath+"/*", "nickoneill", "nickoneill.name", "/var/www/blog.nickoneill.name/public_html/")
}
}

Expand Down

0 comments on commit 5ecf402

Please sign in to comment.