Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 370f36e

Browse files
authored
Update go-build.sh
1 parent c8d60d3 commit 370f36e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hack/go-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ build() {
4444
}
4545

4646
create_config_archives() {
47-
mkdir bin
47+
[ ! -d bin/ ] && mkdir bin
4848
tar -zcvf "bin/config.tar.gz" -C config .
4949
tar -zcvf "bin/go.d.plugin-config-${VERSION}.tar.gz" -C config .
5050
}

0 commit comments

Comments
 (0)