Skip to content

Commit 581539b

Browse files
authored
[PM-8985] Fix typo in fastfile (#3379)
1 parent fae92be commit 581539b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ platform :android do
220220
package_name: "com.x8bit.bitwarden.beta",
221221
track: "internal",
222222
release_status: "completed",
223-
rollout: 1,
223+
rollout: "1",
224224
aab: "app/build/outputs/bundle/standardBeta/com.x8bit.bitwarden-standard-beta.aab",
225225
)
226226
end

0 commit comments

Comments
 (0)