Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 5ae5e52

Browse files
committed
fix(fastlane): Git checkout Gemfile.lock
1 parent d5ea5eb commit 5ae5e52

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
@@ -31,7 +31,7 @@ platform :android do
3131
puts "New version: #{version_number}"
3232

3333
# Ensure branch is master & WC clean, then pull changes
34-
sh("git checkout Gemfile.lock") # Ignore different bundle version changing Gemfile https://discuss.bitrise.io/t/5176/5
34+
sh("git checkout ../Gemfile.lock") # Ignore different bundle version changing Gemfile https://discuss.bitrise.io/t/5176/5
3535
prepare_git()
3636

3737
# Generate changelog updates

0 commit comments

Comments
 (0)