Skip to content

Commit 12c103d

Browse files
committed
fixed syntax
1 parent 4b3ceab commit 12c103d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/util/tauri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def self.build(aab: true, apk: true, targets: [], features: [])
88
output_args << "--target"
99
output_args << target
1010
}
11-
unless features.empty? do
11+
unless features.empty?
1212
output_args << "--features"
1313
output_args << features.join(",")
1414
end

0 commit comments

Comments
 (0)