deploy: Remove use of '~*' in format string.
authorMarius Bakke <mbakke@fastmail.com>
Sat, 28 Mar 2020 14:55:13 +0000 (15:55 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Sat, 28 Mar 2020 14:55:13 +0000 (15:55 +0100)
commit388b432cea4ae2bb9bf4b044026b7764ab002e1e
tree7c05f2c87ff871841ff1ba34f2ba2047dff6aa67
parent54cf5e2a35dece248d6c427d69a79bce90d09a70
deploy: Remove use of '~*' in format string.

...since 'msgfmt' fails to interpret it.  Reported by Vagrant Cascadian
in <https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00340.html>.
See also <https://bugs.gnu.org/37505>.

* guix/scripts/deploy.scm (show-what-to-deploy): Use ~d instead of ~* when
displaying machines that will be deployed.
guix/scripts/deploy.scm