clanModules: fix shellcheck errors

This commit is contained in:
RTUnreal
2025-04-09 12:43:29 +02:00
committed by Qubasa
parent ee5957d8ee
commit aad1c347d1
7 changed files with 22 additions and 22 deletions

View File

@@ -117,8 +117,8 @@ in
script = ''
data-mesher generate keypair \
--public-key-path $out/public_key \
--private-key-path $out/private_key
--public-key-path "$out"/public_key \
--private-key-path "$out"/private_key
'';
};
@@ -146,8 +146,8 @@ in
script = ''
data-mesher generate keypair \
--public-key-path $out/public_key \
--private-key-path $out/private_key
--public-key-path "$out"/public_key \
--private-key-path "$out"/private_key
'';
};
};