1
0
mirror of https://github.com/sebastianbergmann/docker-amiga-gcc.git synced 2026-05-05 03:49:33 +00:00
This commit is contained in:
Sebastian Bergmann
2021-07-09 07:54:00 +02:00
parent d90ce00aa1
commit fc4722e8a0

View File

@@ -23,7 +23,10 @@ $repositories = [
]; ];
foreach ($repositories as $repository) { foreach ($repositories as $repository) {
print 'Checking ' . $repository . ' ... '; printf(
'Checking %-26s ',
$repository . ' ...'
);
$file = __DIR__ . '/.revisions/' . $repository; $file = __DIR__ . '/.revisions/' . $repository;
$old = trim(file_get_contents($file)); $old = trim(file_get_contents($file));