From 811f0c5b330221e25022e4788661195801672a78 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 17 Jul 2025 14:19:57 +0200 Subject: [PATCH] style: fix empty spaces --- tasks/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yaml b/tasks/install.yaml index ce605d2..a6de661 100644 --- a/tasks/install.yaml +++ b/tasks/install.yaml @@ -37,7 +37,7 @@ src: "/tmp/atuin-x86_64-unknown-linux-gnu.tar.gz" dest: "/usr/local/bin/" include: "atuin-x86_64-unknown-linux-gnu/atuin" - extra_opts: [ "--strip-components=1" ] + extra_opts: ["--strip-components=1"] owner: "root" group: "root" mode: "0755"