Skip to content

Commit 59bc1ca

Browse files
committed
Add missing library required by ndr_dev_support:deploy_secrets
1 parent cbdcc0b commit 59bc1ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ndr_dev_support/capistrano/deploy_secrets.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'tmpdir'
2+
13
# Add a git or svn secrets respository for ndr_dev_support:deploy_secrets
24
def add_secrets_repo(name:, url:, scm:, branch: nil)
35
raise "Invalid repo name #{name}" unless /\A[A-Z0-9_-]+\z/i.match?(name)

0 commit comments

Comments
 (0)