Skip to content

Commit

Permalink
Merge pull request #544 from nickhammond/bugfix-require-sshkit-sensit…
Browse files Browse the repository at this point in the history
…ive-util

Require sshkit within the sshkit util
  • Loading branch information
djmb authored Oct 30, 2023
2 parents e9269d2 + 2fb22c9 commit e3254b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kamal/utils/sensitive.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "active_support/core_ext/module/delegation"
require "sshkit"

class Kamal::Utils::Sensitive
# So SSHKit knows to redact these values.
Expand Down

0 comments on commit e3254b2

Please sign in to comment.