Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver authored Dec 28, 2020
1 parent e83b2f9 commit 98bf0a4
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 @@ -97,7 +97,7 @@ lane :release do

end

desc "Using the GitHub Web API, commit the local contents of a file to master via a bot account"
desc "Using the GitHub Web API, commit the local contents of a file to main via a bot account"
lane :commit_file do |options|
file_path = options[:file_path]
message = options[:commit_message]
Expand Down

0 comments on commit 98bf0a4

Please sign in to comment.