Skip to content

Commit

Permalink
Update database/executable/opts.go
Browse files Browse the repository at this point in the history
Co-authored-by: dave vader <48764154+plyr4@users.noreply.github.com>
  • Loading branch information
ecrupper and plyr4 authored Aug 23, 2023
1 parent 3ed0a6d commit b196845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/executable/opts.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func WithCompressionLevel(level int) EngineOpt {
// WithEncryptionKey sets the encryption key in the database engine for build executables.
func WithEncryptionKey(key string) EngineOpt {
return func(e *engine) error {
// set the encryption key in the repo engine
// set the encryption key in the build executables engine
e.config.EncryptionKey = key

return nil
Expand Down

0 comments on commit b196845

Please sign in to comment.