From d7781cf46dc555c271634a6eaec1ec0382076a57 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 11 Mar 2024 15:22:02 +0100 Subject: [PATCH] INJECT_FRAMEWORK: echo typo [skip ci] --- developer_toolbox/inject_framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_toolbox/inject_framework.sh b/developer_toolbox/inject_framework.sh index 6952cf09..85006d88 100755 --- a/developer_toolbox/inject_framework.sh +++ b/developer_toolbox/inject_framework.sh @@ -14,7 +14,7 @@ if [ -d "$flatpak_user_installation" ]; then echo "RetroDECK is installed in user mode, proceeding." app="$flatpak_user_installation" elif [ -d "$flatpak_system_installation" ]; then - echo "RetroDECK is installed in user mode, proceeding." + echo "RetroDECK is installed in system mode, proceeding." app="$flatpak_system_installation" else echo "RetroDECK installation not found, quitting"