From 380a139de3477b1a868985d497f825bc8bc33676 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Fri, 23 Oct 2020 13:11:34 -0500 Subject: [PATCH] Fix build script typo --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fc80d47..41b825e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -140,6 +140,6 @@ steps: last_successful: true deploy: staging repositories: - - Noded/frontent@master + - Noded/frontend@master when: status: success \ No newline at end of file