Skip to content

Commit

Permalink
Fixing a minor typo, as well as removing the command that's now been …
Browse files Browse the repository at this point in the history
…folded into jekyll.
  • Loading branch information
jasedit committed Apr 2, 2012
1 parent 7ae6b0a commit e3b32ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/ryppleInstall
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ cgi = CGI.new
puts cgi.header
puts "<h1>Rippling . . .</h1>"
puts "<h1>Ryppling . . .</h1>"
if Rypple.sync(configPath)
puts "<h1>Generating Static Site</h1>"
puts `%%COMMAND #{inDir} #{outDir}`
end
eos

Expand Down

0 comments on commit e3b32ca

Please sign in to comment.