From b8dd39acbf376df3315dcde8921a8fc13e0692d3 Mon Sep 17 00:00:00 2001 From: Barnabas Jovanovics Date: Fri, 5 Jan 2018 15:44:13 +0100 Subject: [PATCH] Update list-bin-paths added packages/bin, so that reshim will pick up on the installed packages --- bin/list-bin-paths | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/list-bin-paths b/bin/list-bin-paths index 80cb988..fefe2d8 100755 --- a/bin/list-bin-paths +++ b/bin/list-bin-paths @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo -n "go/bin" +echo -n "go/bin packages/bin"