From a316b93cbe5a2efbfae179630cb34523a806b448 Mon Sep 17 00:00:00 2001 From: John D Pell Date: Thu, 23 Sep 2021 22:01:04 -0700 Subject: [PATCH] plugins/go: simplify _bash-it-gopath-pathmunge() --- plugins/available/go.plugin.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/available/go.plugin.bash b/plugins/available/go.plugin.bash index 7e1a2d061a..9c503319f0 100644 --- a/plugins/available/go.plugin.bash +++ b/plugins/available/go.plugin.bash @@ -29,4 +29,4 @@ _bash-it-gopath-pathmunge() { pathmunge "${apath}/bin" || true done } -_bash-it-gopath-pathmunge || true +_bash-it-gopath-pathmunge