Skip to content

Commit

Permalink
action/setup_package_files: Removed unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
legal90 committed Jul 6, 2014
1 parent 1f068b2 commit d4e8b5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/vagrant-parallels/action/setup_package_files.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def call(env)
files = {}
env["package.include"].each do |file|
source = Pathname.new(file)
dest = nil

# If the source is relative then we add the file as-is to the include
# directory. Otherwise, we copy only the file into the root of the
Expand Down

0 comments on commit d4e8b5d

Please sign in to comment.