Skip to content

Commit 29fde92

Browse files
authored
Fix a typo
1 parent 543e896 commit 29fde92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/lib/util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# should we build and release to the nightly channel?
44
def should_nightly?
5-
travis_cron? || circleci_nightly?
5+
travis_cron? || circle_nightly?
66
end
77

88
# are we running under the circleci nightly workflow?

0 commit comments

Comments
 (0)