Skip to content

Commit 42a36ff

Browse files
authored
Merge pull request #441 from DannyBen/fix/mktmpdir
Fix missing tmpdir library in `bashly add --source`
2 parents 7cf3ef0 + 77905f1 commit 42a36ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bashly/library_source.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'fileutils'
2+
require 'tmpdir'
23

34
module Bashly
45
class LibrarySource

0 commit comments

Comments
 (0)