Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Merge pull request #79 from goldmann/master
Browse files Browse the repository at this point in the history
File list should contain renamed files if 'target' is used in artifact
  • Loading branch information
goldmann authored Feb 17, 2017
2 parents de235e0 + 34e1e7d commit 74cb0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogen/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def handle_sources(self):
if not target:
target = basename

files.append(basename)
files.append(target)
filename = ("%s/%s" % (self.output, target))
passed = False
try:
Expand Down

0 comments on commit 74cb0aa

Please sign in to comment.