Skip to content

Commit

Permalink
Merge pull request #397 from torrancew/bug/require_fpm_tar
Browse files Browse the repository at this point in the history
Require fpm/tar in fpm.rb
  • Loading branch information
jordansissel committed Apr 4, 2013
2 parents d9ec027 + 148bf36 commit 3d16e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/fpm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
require "fpm/package/gem"
require "fpm/package/deb"
require "fpm/package/rpm"
require "fpm/package/tar"
require "fpm/package/python"
require "fpm/package/osxpkg"
require "fpm/package/osxpkg"

0 comments on commit 3d16e9c

Please sign in to comment.