diff --git a/pkg/app/app.go b/pkg/app/app.go index e742b8c..69c0382 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -12,8 +12,6 @@ import ( const ( appVersion = "0.2.0" - - environmentVarPrefix = "APC_P15_TOOL" ) // struct for receivers to use common app pieces diff --git a/pkg/app/config.go b/pkg/app/config.go index c2980b8..1b21fab 100644 --- a/pkg/app/config.go +++ b/pkg/app/config.go @@ -10,6 +10,8 @@ import ( var ( ErrExtraArgs = errors.New("extra args present") + + environmentVarPrefix = "APC_P15_TOOL" ) // keyCertPemCfg contains values common to subcommands that need to use key