From 859a79923a1e9df7195e1320d66b61ee162f52cc Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 27 Jan 2021 16:47:08 +0000 Subject: Migrate some stuff away from print_format. --- vendor/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/update') diff --git a/vendor/update b/vendor/update index ca113ff29..3c04bc63a 100755 --- a/vendor/update +++ b/vendor/update @@ -43,7 +43,7 @@ my ($data, $error) = from_toml $contents; print_error "unable to parse $config: $!" if $error; while (my ($name, $info) = each %{$data}) { - print_format "Updating <|GREEN $name|> ...\n"; + say console_format "Updating <|GREEN $name|> ..."; my $unpackdir = File::Temp->newdir; my $vendordir = catdir $RealDir, $name; -- cgit v1.2.3