Skip to content

Commit

Permalink
Refactor bin to use the attribute on the runner instead of going thro…
Browse files Browse the repository at this point in the history
…ugh the config.
  • Loading branch information
kenmazaika committed Jul 25, 2012
1 parent 7fcb46d commit 4ea317e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lolcommits
Expand Up @@ -117,7 +117,7 @@ def do_capture
)
runner.run

Launchy.open(configuration.main_image(runner.sha))
Launchy.open(runner.main_image)
else
runner = Lolcommits::Runner.new(:capture_delay => capture_delay,
:capture_device => capture_device,
Expand Down

0 comments on commit 4ea317e

Please sign in to comment.