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

Commit

Permalink
Update go-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 committed Oct 27, 2023
1 parent c8d60d3 commit 370f36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/go-build.sh
Expand Up @@ -44,7 +44,7 @@ build() {
}

create_config_archives() {
mkdir bin
[ ! -d bin/ ] && mkdir bin
tar -zcvf "bin/config.tar.gz" -C config .
tar -zcvf "bin/go.d.plugin-config-${VERSION}.tar.gz" -C config .
}
Expand Down

0 comments on commit 370f36e

Please sign in to comment.