Skip to content

Commit

Permalink
changed command
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Aug 29, 2011
1 parent 911fbbb commit ad8555a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geeklog/geeklog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from docwriter import DocWriter
from jinja2 import Environment, PackageLoader

src_site = 'example_site' # TODO use command, e.g. ./geeklog create .
src_site = 'example_site' # TODO use command, e.g. ./geeklog run .
src = os.path.join(cwd, src_site)
config = ConfigParser.ConfigParser()
config.readfp(open(os.path.join(src, 'site.cfg')))
Expand Down

0 comments on commit ad8555a

Please sign in to comment.