From 83306eb7fe7a8de1696e10d50731b3d6ea35bc1c Mon Sep 17 00:00:00 2001 From: t470p Date: Sat, 11 May 2024 21:14:05 -0500 Subject: [PATCH] u --- scripts/99_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index d89960f..1b9c36f 100644 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -218,7 +218,7 @@ if [ ${operation} == "dots" ] ; then file_name=config file_path=/home/${user}/.config/i3 mkdir -p ${file_path} - deploy_file "${dots_trg}/i3/${file_name}" "${file_path}/" + deploy_file "${dots_trg}/i3wm/${file_name}" "${file_path}/" fi