Skip to content

Commit

Permalink
Kill sneaky tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
spang committed Aug 20, 2009
1 parent 831f58d commit 2b57ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/SD/CLI/Dispatcher.pm
Expand Up @@ -92,7 +92,7 @@ on qr'.*' => sub {

print join("\n","No SD database was found at " . $self->cli->app_handle->handle->url(),
qq{Type "} . $self->cli->get_script_name(). qq{help init" or "}.
$self->cli->get_script_name().qq{help environment" for tips on how to sort that out.});
$self->cli->get_script_name().qq{help environment" for tips on how to sort that out.});
exit 1;
};

Expand Down

0 comments on commit 2b57ba3

Please sign in to comment.