1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 10:07:44 +00:00

nushell: print the success message properly

This commit is contained in:
RGBCube 2025-06-09 16:27:08 +03:00
parent 1c2100eb81
commit ad88e6ce79
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -122,7 +122,7 @@ module dump {
{ jj ...$jj_arguments git push --remote origin }
{ jj ...$jj_arguments git push --remote rad }
{ deploy }
] | par-each { do $in }
] | par-each { do $in } | last
}
}