You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2014/07/31 07:12:40 UTC

[26/50] git commit: Remove stray character

Remove stray character

git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@1537865 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/7d18d5f1
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/7d18d5f1
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/7d18d5f1

Branch: refs/heads/master
Commit: 7d18d5f1580aa0780eea6c9dd6861b1ad79bfadd
Parents: 155a77c
Author: Peter Donald <do...@apache.org>
Authored: Fri Nov 1 09:33:02 2013 +0000
Committer: Peter Donald <do...@apache.org>
Committed: Fri Nov 1 09:33:02 2013 +0000

----------------------------------------------------------------------
 lib/buildr/core/application.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/7d18d5f1/lib/buildr/core/application.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/core/application.rb b/lib/buildr/core/application.rb
index 35a60bf..5554084 100644
--- a/lib/buildr/core/application.rb
+++ b/lib/buildr/core/application.rb
@@ -677,7 +677,7 @@ module FileUtils
     [arg].flatten.map { |path| Buildr::Util.normalize_path(path) }
   end
 
-  private_Fmodule_function :fu_list
+  private_module_function :fu_list
 end
 
 module FileUtils