aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-12 21:40:49 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-12 21:40:49 -0700
commit19a2bdeb915ff32a0612717994b93e07a670fd2f (patch)
tree7ef206f0aadc464e67b1bd60a1dfdf803e785a86 /util
parenta67ada15f3d5574fbf9888816a74945170195044 (diff)
downloadvolse-hubzilla-19a2bdeb915ff32a0612717994b93e07a670fd2f.tar.gz
volse-hubzilla-19a2bdeb915ff32a0612717994b93e07a670fd2f.tar.bz2
volse-hubzilla-19a2bdeb915ff32a0612717994b93e07a670fd2f.zip
cut/paste error
Diffstat (limited to 'util')
-rwxr-xr-xutil/add_widget_repo2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/add_widget_repo b/util/add_widget_repo
index 460191503..449afe5db 100755
--- a/util/add_widget_repo
+++ b/util/add_widget_repo
@@ -6,7 +6,7 @@ if [ $# -ne 2 ]; then
fi
mkdir -p extend/widget/$2
-mkdir addon > /dev/null 2>&1
+mkdir widget > /dev/null 2>&1
git clone $1 extend/widget/$2
if [ $? -ne 0 ]; then
exit $?