fastlane/lib/fastlane/actions/number_of_commits.rb in fastlane-2.74.1 vs fastlane/lib/fastlane/actions/number_of_commits.rb in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -1,9 +1,9 @@
module Fastlane
module Actions
class NumberOfCommitsAction < Action
def self.is_git?
- Actions.sh 'git rev-parse HEAD'
+ Actions.sh('git rev-parse HEAD')
return true
rescue
return false
end