fix substitution
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-08-27 16:14:51 -05:00
parent 1aa22d2416
commit f4aff16a66
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -387,7 +387,7 @@
destination = "/bin/podman-push-container";
text = builtins.replaceStrings
[
"@nushell"
"@nushell@"
"@client@"
]
[
@ -402,7 +402,7 @@
destination = "/bin/docker-push-container";
text = builtins.replaceStrings
[
"@nushell"
"@nushell@"
"@client@"
]
[