Change repo references to nebula

This commit is contained in:
Dean Troyer
2012-09-19 12:34:06 -05:00
parent 018a29abdb
commit dfdb0881cb
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ Grenade is written in POSIX shell script. It is specifies BASH and is
compatible with Bash 3.
Grenade's official repository is located on GitHub at
https://github.com/dtroyer/grenade.git.
https://github.com/nebula/grenade.git.

View File

@@ -10,7 +10,7 @@ SRC_DIR=$(cd $(dirname "$0") && pwd)
# Source params
source $SRC_DIR/grenaderc
GRENADE_REPO=git@github.com:dtroyer/grenade.git
GRENADE_REPO=git@github.com:nebula/grenade.git
GRENADE_DIR=$DEST/grenade
HOST=${1:-localhost}