From 4f86a9c3cd89ced8610153805a934eed05c3e659 Mon Sep 17 00:00:00 2001 From: Stephan Huber Date: Mon, 23 Dec 2019 10:24:56 +0100 Subject: [PATCH] replace CRLF line ending with LF --- file.tmp | 9 --------- travis_moto_server.sh | 8 ++++---- 2 files changed, 4 insertions(+), 13 deletions(-) delete mode 100644 file.tmp diff --git a/file.tmp b/file.tmp deleted file mode 100644 index 0b91630a9..000000000 --- a/file.tmp +++ /dev/null @@ -1,9 +0,0 @@ - - AWSTemplateFormatVersion: '2010-09-09' - Description: Simple CloudFormation Test Template - Resources: - S3Bucket: - Type: AWS::S3::Bucket - Properties: - AccessControl: PublicRead - BucketName: cf-test-bucket-1 diff --git a/travis_moto_server.sh b/travis_moto_server.sh index 3c6947fd9..902644b20 100755 --- a/travis_moto_server.sh +++ b/travis_moto_server.sh @@ -1,5 +1,5 @@ -#!/usr/bin/env bash -set -e -pip install flask -pip install /moto/dist/moto*.gz +#!/usr/bin/env bash +set -e +pip install flask +pip install /moto/dist/moto*.gz moto_server -H 0.0.0.0 -p 5000 \ No newline at end of file