Skip to content

Commit

Permalink
fix: pass the encryption config var to tools (#1476)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <grant@acorn.io>
  • Loading branch information
g-linville authored Jan 28, 2025
1 parent c4199e7 commit 5db82e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/services/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ var requiredEnvs = []string{
"PATH", "HOME", "USER", "PWD",
// Embedded env vars
"OBOT_BIN", "GPTSCRIPT_BIN", "GPTSCRIPT_EMBEDDED",
// Encryption,
"GPTSCRIPT_ENCRYPTION_CONFIG_FILE",
// XDG stuff
"XDG_CONFIG_HOME", "XDG_DATA_HOME", "XDG_CACHE_HOME"}

Expand Down

0 comments on commit 5db82e6

Please sign in to comment.