This commit is contained in:
parent
1aa22d2416
commit
f4aff16a66
1 changed files with 2 additions and 2 deletions
|
@ -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@"
|
||||
]
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue