summaryrefslogtreecommitdiff
path: root/g
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-10-18 09:27:45 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-10-18 09:27:52 +0200
commit2a8cabe86a90dfd1ea1164a009c9881f98d211b0 (patch)
tree000f4c9e475dd494ec97405e64efcd8c25aed5cb /g
parentfc8f76395dce902b6599cdfc471b0074919c4fa4 (diff)
g: fix typo
Change-Id: I97484d8647549646117f6c51dde4eb17ec82c8be
Diffstat (limited to 'g')
-rwxr-xr-xg2
1 files changed, 1 insertions, 1 deletions
diff --git a/g b/g
index 911227422c49..306974a18936 100755
--- a/g
+++ b/g
@@ -133,7 +133,7 @@ local repo
for module in $SUBMODULES_CONFIGURED ; do
if [ ! -d ${module?}/.git ] ; then
case "${module?}" in
- helcontent2)
+ helpcontent2)
if [ -d clone/help/.git ] ; then
repo="clone/help/.git"
fi