From ca2efae3c7857e8e6bdb1a0731db29c11eeb60ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malo=20L=C3=A9on?= Date: Thu, 22 Jun 2023 14:14:22 +0200 Subject: [PATCH] fix: syntax error --- .../lib/fastlane/plugin/android_cd/helper/android_cd_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/fastlane-plugin-android_cd/lib/fastlane/plugin/android_cd/helper/android_cd_helper.rb b/plugins/fastlane-plugin-android_cd/lib/fastlane/plugin/android_cd/helper/android_cd_helper.rb index 25c6e51..619583e 100644 --- a/plugins/fastlane-plugin-android_cd/lib/fastlane/plugin/android_cd/helper/android_cd_helper.rb +++ b/plugins/fastlane-plugin-android_cd/lib/fastlane/plugin/android_cd/helper/android_cd_helper.rb @@ -13,7 +13,6 @@ module Fastlane # Check if the command executed successfully if $?.success? - f # Move the extracted files to the current directory `jar xvf #{android_directory}/android_keys.zip && mv #{android_directory}/android_keys/* #{android_directory}` else