From f29b44d3fe88036ddc3f0d3f0e68ac6014eb87f1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Aug 2026 16:31:51 +0300 Subject: gogios: scalar read_file for check_shuriken_age (avoid list-context line split) --- frontends/Rexfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/Rexfile') diff --git a/frontends/Rexfile b/frontends/Rexfile index 4395717..21c2f58 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -653,7 +653,7 @@ task 'gogios', # Shuriken album-age check plugin (canonical copy lives in the shuriken.sh # repo; read it from the homelab checkout so there is one source of truth). file '/usr/local/bin/check_shuriken_age', - content => read_file( $ENV{HOME} . '/git/shuriken.sh/contrib/check_shuriken_age' ), + content => scalar read_file( $ENV{HOME} . '/git/shuriken.sh/contrib/check_shuriken_age' ), owner => 'root', group => 'wheel', mode => '755'; -- cgit v1.2.3