HomePhorge

Fix deprecation warning with elixir 1.17

Description

Fix deprecation warning with elixir 1.17

Elixir 1.17 deprecated single quotes for charlists and a
single-quote charlist is currently used in a System.cmd call.
However there’s no reason to use a charlist here and in fact
the function specs demands binaries be used here ever since
at least Elixir 1.0.4, possibly always, so let’s follow that.

Details

Provenance
OnericAuthored on Jun 19 2024, 8:05 AM
Parents
R13:90f6ce7672f7: Merge branch 'system-cflags' into 'master'
Branches
Unknown
Tags
Unknown

Event Timeline