Skip to content

Commit

Permalink
Merge pull request #145 from LookLikeAPro/master
Browse files Browse the repository at this point in the history
fix storage/api/compose_objects main call
  • Loading branch information
Jonathan Wayne Parrott committed Nov 23, 2015
2 parents 65d92dd + b0f0ee7 commit 9238959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/api/compose_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ def main(bucket, destination, sources):

args = parser.parse_args()

main(parser.bucket, parser.destination, parser.sources)
main(args.bucket, args.destination, args.sources)
# [END all]

0 comments on commit 9238959

Please sign in to comment.