This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 7c59d292 Typo
7c59d292 is described below
commit 7c59d2928119260554a2a2cb6f685e4d99fbc836
Author: Sebb <[email protected]>
AuthorDate: Tue Apr 23 11:29:49 2024 +0100
Typo
---
config/setupmymac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/setupmymac b/config/setupmymac
index ef4ef35c..b7e73dab 100755
--- a/config/setupmymac
+++ b/config/setupmymac
@@ -327,7 +327,7 @@ if force[:prune]
end
run 'docker', 'container', 'prune', '--force'
- run 'docker', 'imagea', 'prune', '--force'
+ run 'docker', 'image', 'prune', '--force'
exit
end