From a5171316b4335c69ca6ad946a37260b939fd7494 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 07:52:53 -0500 Subject: rm old braindamaged code that I wrote long ago --- argv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 4cc8798..270c877 100644 --- a/argv.go +++ b/argv.go @@ -20,7 +20,7 @@ type args struct { OutDir string `arg:"--dir" help:"write .deb file into this directory"` Namespace string `arg:"--namespace" help:"the namespace of the repo"` Arch string `arg:"--arch" help:"what arch"` - BuildVersion string `arg:"--buildversion" help:"what arch"` + BuildVersion int `arg:"--buildversion" help:"what arch"` KeepFiles bool `arg:"--keep-files" help:"keep the build files/"` Release bool `arg:"--release" help:"build version from the @latest git tag"` Force bool `arg:"--force" default:"false" help:"force overwrite an existing .deb file"` -- cgit v1.2.3