Remove least, for consistency

pull/9983/head
Thomas Stromberg 2020-12-17 08:04:49 -08:00
parent 282465d782
commit b851282639
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ var (
RsrcInsufficientPodmanStorage = Kind{
ID: "RSRC_PODMAN_STORAGE",
ExitCode: ExInsufficientStorage,
Advice: `Try at least one of the following to free up space on the device:
Advice: `Try one or more of the following to free up space on the device:
1. Run "sudo podman system prune" to remove unused podman data
2. Run "minikube ssh -- docker system prune" if using the Docker container runtime`,