From f3766d70a7e21a54222b9fa8eb991fa3bd978ece Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Tue, 31 Mar 2020 12:36:13 +0200 Subject: [PATCH] typo --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6072cef..7fab199 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: alpine/git commands: - apk update - - apl add git-lfs + - apk add git-lfs - git submodule update --init --recursive - git submodule update --recursive --remote - git lfs fetch --all