summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 5d30974..f384f3e 100755
--- a/init
+++ b/init
@@ -22,5 +22,5 @@ if [ -d "$new_repo" ]; then
fi
mkdir "$base_dir/$new_repo"
-git init --bare "$base_dir/$new_repo" 2>&1>/dev/null \
+git init --bare "$base_dir/$new_repo" >/dev/null 2>&1\
&& echo "Initialized empty Git repository: git@$(uname -n):$new_repo"