[logaling-commit] logaling/logaling-command [refactor-structure] Style

Back to archive index

null+****@clear***** null+****@clear*****
Tue Jun 26 14:13:51 JST 2012


SUZUKI Miho	2012-06-26 14:13:51 +0900 (Tue, 26 Jun 2012)

  New Revision: dafdf95f84c6f08207cd5b991ac57147b085d4f3
  https://github.com/logaling/logaling-command/commit/dafdf95f84c6f08207cd5b991ac57147b085d4f3

  Log:
    Style

  Modified files:
    lib/logaling/command/application.rb

  Modified: lib/logaling/command/application.rb (+1 -1)
===================================================================
--- lib/logaling/command/application.rb    2012-06-26 14:09:24 +0900 (89f7a6f)
+++ lib/logaling/command/application.rb    2012-06-26 14:13:51 +0900 (663bca7)
@@ -97,7 +97,7 @@ module Logaling::Command
           check_import_parameter(args)
           url = args[1]
           if url && !URI.parse(url).host
-            url = File::expand_path(url)
+            url = File.expand_path(url)
           end
           glossary = Logaling::Glossary.new(args[0], args[2], args[3])
           @repository.import_tmx(Logaling::ExternalGlossary.get(external_glossary), glossary, url)
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the logaling-commit mailing list
Back to archive index