projects
/
p5sagit/Oyster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4aedd3b
)
Correction to client "provision" command
hakim [Sat, 20 Nov 2010 17:21:40 +0000 (17:21 +0000)]
lib/Dist/Zilla/App/Command/provision.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Dist/Zilla/App/Command/provision.pm
b/lib/Dist/Zilla/App/Command/provision.pm
index
1b355a6
..
e5a8837
100644
(file)
--- a/
lib/Dist/Zilla/App/Command/provision.pm
+++ b/
lib/Dist/Zilla/App/Command/provision.pm
@@
-12,7
+12,7
@@
use Config::Any;
sub abstract { 'provision a new Oyster VM' }
sub opt_spec {
- [ 'name|s' => 'the name of the VM to create' ],
+ [ 'name=s' => 'the name of the VM to create' ],
}
sub execute {