commit 3cd372a22ae19a919844ecab7ddfb3a39b27f336
parent 6687f43eb4ddaf1164afabe9b635794daea13d45
Author: Sean Enck <sean@ttypty.com>
Date: Sun, 2 Oct 2022 15:36:27 -0400
renamed
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmd/vers.txt b/cmd/vers.txt
@@ -1 +1 @@
-v22.10.05
+v22.10.06
diff --git a/internal/inputs/env.go b/internal/inputs/env.go
@@ -30,7 +30,7 @@ const (
// ClipMaxEnv is the max time a value should be stored in the clipboard.
ClipMaxEnv = prefixKey + "CLIPMAX"
// ColorBetweenEnv is a comma-delimited list of times to color totp outputs (e.g. 0:5,30:35 which is the default).
- ColorBetweenEnv = prefixKey + "TOTPBETWEEN"
+ ColorBetweenEnv = fieldTOTPEnv + "_BETWEEN"
// PlainKeyMode is plaintext based key resolution.
PlainKeyMode = "plaintext"
// CommandKeyMode will run an external command to get the key (from stdout).