From 92a29a02e5c33ff74f52b04d54e9f89c852f847d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Szab=C3=B3?= <25702868+szabodanika@users.noreply.github.com> Date: Sat, 4 Jun 2022 23:30:39 +0100 Subject: [PATCH] Update render.yaml --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index d2b294d..3c3e430 100644 --- a/render.yaml +++ b/render.yaml @@ -6,4 +6,4 @@ services: env: rust repo: https://github.com/szabodanika/microbin.git buildCommand: cargo build --release - startCommand: ./target/release/microbin -- --highlightsyntax --editable \ No newline at end of file + startCommand: ./target/release/microbin --editable --highlightsyntax