# File lib/aeolus_cli/command/build_command.rb, line 75
      def read_template
        template = read_file(@options[:template])
        if template.nil?
          puts "Error: Cannot find specified file"
          quit(1)
        end
        template
      end