From cf5cdb8186851f17274bd7913b1b5ba987e29344 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 8 Mar 2023 14:58:33 -0800 Subject: [PATCH] Fix reinstall of newunix --- main-cookbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main-cookbook b/main-cookbook index e15cdac..b755049 100755 --- a/main-cookbook +++ b/main-cookbook @@ -64,7 +64,7 @@ if $install_packages ; then fi if $install_newunix ; then recipe 'newunix' - set_installed 'new_unix' + set_installed 'newunix' fi recipe 'dotfiles'