aboutsummaryrefslogtreecommitdiffstats
path: root/init-repository
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-05-19 11:22:25 -0500
committerMarius Storm-Olsen <marius.storm-olsen@nokia.com>2011-05-19 11:22:25 -0500
commit66bd89af42acbfc0ffb78c944df3c1fcd946944d (patch)
tree48cd2e9bd1d646684eace3ac2527e2a9e7b9ad1e /init-repository
parent5360908e1438d399398ffc71e5bf7e4e92421f32 (diff)
Fix --ignore-submodules in init-repository after refactoring
Diffstat (limited to 'init-repository')
-rwxr-xr-xinit-repository2
1 files changed, 1 insertions, 1 deletions
diff --git a/init-repository b/init-repository
index 4f9d4af9..93465045 100755
--- a/init-repository
+++ b/init-repository
@@ -265,7 +265,7 @@ sub parse_arguments
'alternates=s' => \$self->{qw{ alternates }},
'copy-objects' => \$self->{qw{ detach-alternates }},
'force' => \$self->{qw{ force }},
- 'ignore-submodules' => \$self->{qw{ ignore_submodules }},
+ 'ignore-submodules' => \$self->{qw{ ignore-submodules }},
'mirror-webkit=s' => \$self->{qw{ mirror-webkit-url }},
'mirror=s' => \$self->{qw{ mirror-url }},
'nokia-developer' => \$self->{qw{ nokia-developer }},