From d33f434720625d40ad9be088e89da22a6581ac86 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Tue, 16 Jun 2020 21:26:01 -0700 Subject: [PATCH] spell "git" correctly --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ba254e..c594017 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: before_install: - echo -e "machine github.com\n login $GITHUB_OAUTH_TOKEN" > ~/.netrc - git lfs pull - - fit lfs fetch --all + - git lfs fetch --all install: - pip install awscli boto3 requests branches: