From 1deba16da6f9463ba3c02f038540a0796c884284 Mon Sep 17 00:00:00 2001 From: itzaname Date: Tue, 10 Aug 2021 21:32:13 -0400 Subject: [PATCH] Fix indent v2 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 70432cf..df89fd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ steps: - name: push-artifact image: curlimages/curl:7.78.0 commands: - - curl -u ${NEXUS_USER}:${NEXUS_PASSWORD} --upload-file rbxcompiler https://nexus.itzana.me/repository/public/artifacts/itzaname/rbxcompiler-amd64-linux + - curl -u ${NEXUS_USER}:${NEXUS_PASSWORD} --upload-file rbxcompiler https://nexus.itzana.me/repository/public/artifacts/itzaname/rbxcompiler-amd64-linux when: branch: - master