Open jjshoe opened 8 years ago
This ticket is mostly a discussion.
At the least I think adjusting https://github.com/krobertson/deb-s3/blob/master/lib/deb/s3/cli.rb#L177 to be arch = pkg.architecture || options[:arch] would be more correct, as long as it throws a warning.
arch = pkg.architecture || options[:arch]
Thoughts on this @krobertson?
This ticket is mostly a discussion.
At the least I think adjusting https://github.com/krobertson/deb-s3/blob/master/lib/deb/s3/cli.rb#L177 to be
arch = pkg.architecture || options[:arch]
would be more correct, as long as it throws a warning.Thoughts on this @krobertson?