Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvitale1989 committed Nov 24, 2023
1 parent 2e368bf commit 6c844f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump_build_number.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export GIT_LOCAL_BRANCH=${GIT_LOCAL_BRANCH}
EOF

log "Running the fastlane branch generation script"
(. cd fastlane && . .env && bundle exec fastlane set_app_build_number)
(cd fastlane && . .env && bundle exec fastlane set_app_build_number)

# TODO implement
git branch -l -a

0 comments on commit 6c844f8

Please sign in to comment.