Skip to content

Commit

Permalink
Fix runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
flavio committed Mar 26, 2015
1 parent 26912c3 commit 3df83fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sle2docker
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require_relative '../lib/sle2docker'

begin
Sle2Docker::Cli.start(ARGV)
rescue TemplateNotFoundError => ex
rescue Sle2Docker::TemplateNotFoundError => ex
$stderr.printf(ex.message + "\n")
$stderr.printf("To list the available templates use:\n")
$stderr.printf(" sle2docker list\n")
Expand Down

0 comments on commit 3df83fe

Please sign in to comment.