# File lib/rudy/cli/aws/ec2/images.rb, line 35 35: def register_images_valid? 36: unless @argv.first 37: raise "Must supply a valid manifest path (bucket/ami-name.manifest.xml)" 38: end 39: true 40: end