Skip to content

Commit 090a322

Browse files
committed
Fix indent
1 parent e64ad9a commit 090a322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Appfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ for_lane :build_hybrid, :build_unsigned_hybrid, :upload_testflight_hybrid do
77
# For HybridApp build tasks, use the OldApp bundle identifier
88
app_identifier("com.expensify.expensifylite")
99
else
10-
app_identifier("com.expensify.expensify")
10+
app_identifier("com.expensify.expensify")
1111
end

0 commit comments

Comments
 (0)