- Output the resulting package filename

This commit is contained in:
Jordan Sissel 2011-01-20 15:25:26 -08:00
parent b19c02d1c7
commit 1f1c5ac639
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,9 @@ def main(args)
opts.parse!(args)
FPM::Builder.new(settings, args).assemble!
builder = FPM::Builder.new(settings, args)
builder.assemble!
puts "Created #{builder.output}"
return 0
end # def main