Skip to content

Commit

Permalink
fastfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
czechboy0 committed Sep 27, 2015
1 parent c06e541 commit 40db014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# can also be listed using the `fastlane actions` command

# If you want to automatically update fastlane if a new version is available:
# update_fastlane
update_fastlane

# This is the minimum version number required.
# Update this, if you use features of a newer version
Expand All @@ -21,7 +21,7 @@ def project_github_name
end

def release_branch
"swift-2"
"master"
end

# -----------
Expand Down

0 comments on commit 40db014

Please sign in to comment.