From 2dd2385e41b84738b527571bf6f423de5e2010b9 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Wed, 6 Feb 2019 12:13:56 +0100 Subject: [PATCH] Update anyenv repo url --- bootstrap-env.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-env.bash b/bootstrap-env.bash index da82d90..5a693e8 100644 --- a/bootstrap-env.bash +++ b/bootstrap-env.bash @@ -58,7 +58,7 @@ curl -sL https://api.github.com/repos/justjanne/powerline-go/releases/latest | j # Anyenv -git clone https://github.com/riywo/anyenv.git ~/.anyenv +git clone https://github.com/anyenv/anyenv.git ~/.anyenv export PATH="$HOME/.anyenv/bin:$PATH" anyenv install --init