Skip to content

Commit

Permalink
try to fix modules failures
Browse files Browse the repository at this point in the history
Issue:
Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com>
  • Loading branch information
stafot committed Aug 29, 2022
1 parent 4205ef8 commit d72f5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/go_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function clean {
}
trap clean EXIT

rm "${GOBIN}/${2}"* || true
rm "${GOBIN}/${2}" || true

cd "${tmp_dir}"

Expand Down

0 comments on commit d72f5d3

Please sign in to comment.