From 5ffe4d5b63620cd8383a813bcb8526d5082d8142 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 26 Feb 2025 08:59:57 -0700 Subject: [PATCH] Fix typo in option. --- tasks/workstation/linux/software/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/workstation/linux/software/android.yml b/tasks/workstation/linux/software/android.yml index 2b1a1c9..e6a2226 100644 --- a/tasks/workstation/linux/software/android.yml +++ b/tasks/workstation/linux/software/android.yml @@ -151,7 +151,7 @@ when: coding == true - name: Workstation | Linux | Software | Android | Licenses Agreements [1/2] - shell: "yes | {{ android_sdkmanager_final }} --licenses --sdk_root-sdk={{ android_sdk_location }}" + shell: "yes | {{ android_sdkmanager_final }} --licenses --sdk_root={{ android_sdk_location }}" become_user: "{{ user }}" when: coding == true