From b13ecf2b16adb30efdbedda1fc1f5a75961188c5 Mon Sep 17 00:00:00 2001 From: steveoh Date: Tue, 19 May 2020 19:23:49 -0600 Subject: [PATCH] fix(prettyping): update bin path --- prettyping/core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prettyping/core.yaml b/prettyping/core.yaml index 04415ff..150727e 100644 --- a/prettyping/core.yaml +++ b/prettyping/core.yaml @@ -6,5 +6,5 @@ - name: Install prettyping get_url: url: https://raw.githubusercontent.com/denilsonsa/prettyping/master/prettyping - dest: ~/bin/prettyping + dest: /usr/local/bin/prettyping mode: 0755