Browse Source

add snap file existing message

main
ghost 1 year ago
parent
commit
9e53618193
  1. 4
      cli/yggo.php

4
cli/yggo.php

@ -254,6 +254,10 @@ switch ($argv[1]) {
CLI::danger(sprintf(_('delete snap file: #%s from storage %s index %s not found in registry;'), $hostPageSnapFilename, $hostPageSnapStorageName, $i)); CLI::danger(sprintf(_('delete snap file: #%s from storage %s index %s not found in registry;'), $hostPageSnapFilename, $hostPageSnapStorageName, $i));
} }
} else {
CLI::success(sprintf(_('skip snap file: #%s available in storage %s index %s;'), $hostPageSnapFilename, $hostPageSnapStorageName, $i));
} }
} }
} }

Loading…
Cancel
Save