diff --git a/lib/rubycritic/source_control_systems/git/churn.rb b/lib/rubycritic/source_control_systems/git/churn.rb index 83c84fa1..3a7e4a50 100644 --- a/lib/rubycritic/source_control_systems/git/churn.rb +++ b/lib/rubycritic/source_control_systems/git/churn.rb @@ -57,7 +57,7 @@ def git_log_commands end def git_log_command(path) - "log --all --date=iso --follow --format='format:date:%x09%ad' --name-status #{after_clause}#{path}" + "log --all --date=iso --follow --format='format:date:%x09%ad' --name-status #{after_clause} -- #{path}" end def after_clause