Repository: buildr Updated Branches: refs/heads/master b1e843362 -> 71b1f5fef
Prefer single quotes Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/89988f6d Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/89988f6d Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/89988f6d Branch: refs/heads/master Commit: 89988f6d77c1a41acdcfdda68642a3bbd5b947ce Parents: b1e8433 Author: Peter Donald <[email protected]> Authored: Wed Mar 2 13:13:29 2016 +1100 Committer: Peter Donald <[email protected]> Committed: Wed Mar 2 13:13:29 2016 +1100 ---------------------------------------------------------------------- addon/buildr/jdepend.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/89988f6d/addon/buildr/jdepend.rb ---------------------------------------------------------------------- diff --git a/addon/buildr/jdepend.rb b/addon/buildr/jdepend.rb index bda30a0..1ae0f0d 100644 --- a/addon/buildr/jdepend.rb +++ b/addon/buildr/jdepend.rb @@ -35,7 +35,7 @@ module Buildr args = [] if output_file - args << "-file" + args << '-file' args << output_file end target_paths.each do |target_path|
