From 3d9eef9dc6ebf8c424a5e439af5d269a806ed05a Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 20 Jul 2024 14:04:09 +0200 Subject: [PATCH] Remove unnecessary statement --- scripts/Common/OS/setup.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Common/OS/setup.fish b/scripts/Common/OS/setup.fish index 1619767e..a8d3eea5 100644 --- a/scripts/Common/OS/setup.fish +++ b/scripts/Common/OS/setup.fish @@ -3,7 +3,6 @@ function runSetup set -l dir (status dirname) source "$dir/../Scripts/config.fish" source "$dir/../Scripts/hooks.fish" - set -l name (getConfig valhalla.setupUser.name) set -l mountDir (getConfig valhalla.partition.rootDir) set -l projectRoot (realpath "$dir/../../..") set -l projectName (basename "$projectRoot")