fix wterl git url in enable-wterl script
This commit is contained in:
parent
d7127b03e2
commit
4f17de26d4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ file=./deps/riak_kv/rebar.config
|
|||
if ! grep -q wterl $file ; then
|
||||
echo
|
||||
echo "Modifying $file, saving the original as ${file}.orig ..."
|
||||
perl -i.orig -pe '/\bsext\b/ && print qq( {wterl, ".*", {git, "git\@github.com:basho/wterl.git", "master"}},\n)' $file
|
||||
perl -i.orig -pe '/\bsext\b/ && print qq( {wterl, ".*", {git, "git\@github.com:basho-labs/wterl.git", "master"}},\n)' $file
|
||||
fi
|
||||
|
||||
rebar get-deps
|
||||
|
|
Loading…
Reference in a new issue