Fix implicit conversion of integer to string

This commit is contained in:
2026-08-07 20:11:32 -06:00
parent da969e7709
commit f453a3004d
@@ -21,7 +21,7 @@ bash 'build_btcpay' do
systemctl stop btcpayserver.service systemctl stop btcpayserver.service
./build.sh ./build.sh
EOH EOH
environment "DOTNET_CLI_TELEMETRY_OPTOUT" => 1 environment "DOTNET_CLI_TELEMETRY_OPTOUT" => "1"
action :nothing action :nothing
notifies :restart, "service[btcpayserver]", :delayed notifies :restart, "service[btcpayserver]", :delayed
end end