Skip to content

Commit

Permalink
Merge pull request jordansissel#183 from bakins/master
Browse files Browse the repository at this point in the history
Fix config_files when invoked from the command line
  • Loading branch information
jordansissel committed Mar 22, 2012
2 parents ef58f05 + 77d9384 commit 2894b3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/fpm/command.rb
Expand Up @@ -277,7 +277,8 @@ def execute
input.dependencies += dependencies
input.provides += provides
input.replaces += replaces

input.config_files += config_files

setscript = proc do |scriptname|
path = self.send(scriptname)
# Skip scripts not set
Expand Down

0 comments on commit 2894b3d

Please sign in to comment.