Skip to content

Commit

Permalink
Quotes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Overchuk committed Jan 27, 2021
1 parent b33fa9c commit eb1966c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lane :release do |options|

# Checking git
ensure_git_status_clean()
ensure_git_branch(branch: 'master')
ensure_git_branch(branch: "master")

# Bumping podspec version
version = version_bump_podspec(bump_type: bump_type)
Expand Down

0 comments on commit eb1966c

Please sign in to comment.