Skip to content

Commit

Permalink
build: re-use binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrqr committed Nov 22, 2021
1 parent 75932d9 commit 6e79062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-token
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ "${exe}" == "" ]; then
go build -o "${exe}"
cd - > /dev/null
else
if [[ ! -x "${extensionPath}/bin/${exe}" ]]; then
if [[ ! -x "${extensionPath}/bin/gh-token" ]]; then
mkdir -p "${extensionPath}/bin"
mkdir -p "${extensionPath}/tmp"
rm -f "${extensionPath}/bin/*"
Expand Down

0 comments on commit 6e79062

Please sign in to comment.