diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 11:45:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 11:45:19 -0500 |
| commit | 7c95c8408ddf1fb9a05c4aa6d2b4de2b6648c4a9 (patch) | |
| tree | 4c1ea1dc82d94bff96b9a6d339b1c1c12cf830a8 /doVerify.go | |
| parent | df0979a9468e56a930d0fe64c41066bd21dc3b04 (diff) | |
Finally renamed prep to argvpb
I think this will be the final resting palce for
this part of the shell autocomplete. At least I
hope so.
Diffstat (limited to 'doVerify.go')
| -rw-r--r-- | doVerify.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doVerify.go b/doVerify.go index 5317183..8b7811f 100644 --- a/doVerify.go +++ b/doVerify.go @@ -7,7 +7,7 @@ import ( "errors" "path/filepath" - "go.wit.com/lib/gui/prep" + "go.wit.com/lib/protobuf/argvpb" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" ) @@ -69,7 +69,7 @@ func doVerifyNamespace() (string, error) { err = errors.New(log.Sprintf("%d namespaces were invalid", counter)) } - if prep.DryRun() { + if argvpb.DryRun() { return s, err } if counter != 0 { |
