From: Felix Ableitner <me@nutomic.com>
Date: Fri, 11 Dec 2020 14:15:36 +0000 (+0100)
Subject: put full path
X-Git-Url: http://these/git/%24%7B%60data:application/static/gitweb.js?a=commitdiff_plain;h=6d1053b8e514ecf053d6c6f113840d1afd62445f;p=lemmy.git

put full path
---

diff --git a/.drone.yml b/.drone.yml
index 78039b3f..f9228e05 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -12,7 +12,7 @@ steps:
   - name: check formatting
     image: rustdocker/rustfmt:nightly
     commands:
-      - rustfmt -- --check
+      - /root/.cargo/bin/rustfmt -- --check
 
   - name: cargo check
     image: ekidd/rust-musl-builder:1.47.0