Change repo references to nebula
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user