From 40cf1a5832bd1216884115989f463d0a6e79cdb2 Mon Sep 17 00:00:00 2001 From: Tine Kondo Date: Thu, 20 Jun 2024 17:08:52 +0000 Subject: [PATCH] chore: test nx namedInputs --- .nx/workflows/agents.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index e567686d..ae0042a2 100644 --- a/.nx/workflows/agents.yaml +++ b/.nx/workflows/agents.yaml @@ -139,7 +139,7 @@ launch-templates: if [ ! -d "$ANDROID_HOME/build-tools/$SDK_VERSION" ]; then sdkmanager "build-tools;$SDK_VERSION.0.0" else - echo "⏭️ 'build-tools;$SDK_VERSION.0.0' already installed. Skipping it" + echo "⏭️ 'build-tools;$SDK_VERSION.0.0' already installed. Skipping it." fi if [ ! -d "$ANDROID_HOME/platform-tools" ]; then