diff options
| author | Paul Buetow <paul@buetow.org> | 2026-08-02 16:31:51 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-08-02 16:31:51 +0300 |
| commit | f29b44d3fe88036ddc3f0d3f0e68ac6014eb87f1 (patch) | |
| tree | e23806da6546b157f43eab7fdde397e0d2b85b63 /frontends/Rexfile | |
| parent | 8cee67b0b78d6ef3d1e74e930524d07f233f76e7 (diff) | |
gogios: scalar read_file for check_shuriken_age (avoid list-context line split)
Diffstat (limited to 'frontends/Rexfile')
| -rw-r--r-- | frontends/Rexfile | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |
