From 64694390268d97fb2297bde35d03e010b4df06bd Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 12 Nov 2018 11:17:43 +0100 Subject: [PATCH] Fix(dotfiles): Put real antibody install url --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index d52027d..9921a34 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -38,7 +38,7 @@ when: not minimal and not server - name: Download antibody - get_url: url=git.io/antibody dest=/tmp/antibody.sh + get_url: url=https://raw.githubusercontent.com/getantibody/installer/master/install dest=/tmp/antibody.sh - name: Execute the antibody.sh shell: /tmp/antibody.sh