From d2f5cc3e7eb470808649eaa03d5b80e4f5bc24ad Mon Sep 17 00:00:00 2001 From: Dennis ten Hoove Date: Fri, 3 May 2024 11:54:26 +0200 Subject: [PATCH] N not n-1 --- arkdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkdep b/arkdep index d1dd2dc..cf68690 100755 --- a/arkdep +++ b/arkdep @@ -292,7 +292,7 @@ init () { # Default image pulled from repo if nothing defined repo_default_image='arkanelinux' - # Keep the latest n-1 deployments, remove anything older + # Keep the latest N deployments, remove anything older deploy_keep=4 # Remove images from the cache when their deployments are removed