Skip to content

Commit

Permalink
fix: package include user extra files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Jan 7, 2024
1 parent 7824b07 commit 981ed52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-zones/action/package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def call(env)
extra = ''

## Include User Extra Files
@tmp_include = "#{tmp_dir}/_include"
@tmp_include = "#{tmp_dir}/../_include"
if env['package.include']
extra = './_include'
Dir.mkdir(@tmp_include)
Expand Down

0 comments on commit 981ed52

Please sign in to comment.