Skip to content

Commit 3f7b4c3

Browse files
committed
- Fix missing tmpdir library in bashly add --source
1 parent 66d798f commit 3f7b4c3

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)