update host for remotegit

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-04-17 12:00:37 +09:00
parent a978c358e6
commit dbbbca76ed
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# 2011 Nico Schottelius (nico-nsbin at schottelius.org)
# 2011-2015 Nico Schottelius (nico-nsbin at schottelius.org)
#
# This file is part of nsbin.
#
@ -21,8 +21,8 @@
# Create remote git repo and add origin remote locally
#
host=git.schottelius.org
dir="/home/services/git"
host=nico-data.schottelius.org
dir=/home/nico/git-bare
if [ $# -lt 2 ]; then
echo "$0 name description [remotename]"