From f86d71f6f548f79ceb9e0f38c356847d9e67ffc8 Mon Sep 17 00:00:00 2001
From: Manuel Thalmann <m@nuth.ch>
Date: Mon, 7 Aug 2023 17:52:23 +0200
Subject: [PATCH] Fix incorrect command

---
 scripts/Arch/Software/xone/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Arch/Software/xone/install.sh b/scripts/Arch/Software/xone/install.sh
index 1c148ad6..012ba8ab 100755
--- a/scripts/Arch/Software/xone/install.sh
+++ b/scripts/Arch/Software/xone/install.sh
@@ -7,5 +7,5 @@ pushd "$contextRoot";
 git clone "https://github.com/dlundqvist/xone.git" "$contextRoot";
 sudo "$contextRoot/install.sh" --release;
 yes "" | sudo xone-get-firmware.sh;
-popd "$contextRoot";
+popd;
 rm -rf "$contextRoot";