Skip to content

Commit 42ebe40

Browse files
Correct the goreleaser build command
1 parent 7f55b91 commit 42ebe40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/kubectl-mongodb/python/build_kubectl_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
def run_goreleaser():
2727
try:
28-
command = ["./goreleaser", "build", "--snapshot", "--clean", "--skip post-hooks"]
28+
command = ["./goreleaser", "build", "--snapshot", "--clean", "--skip", "post-hooks"]
2929

3030
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, text=True, bufsize=1)
3131

0 commit comments

Comments
 (0)