unageanu-jiji 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +2 -0
- data/lib/jiji/command.rb +1 -1
- metadata +1 -1
data/ChangeLog
CHANGED
data/lib/jiji/command.rb
CHANGED
@@ -90,7 +90,7 @@ DATA
|
|
90
90
|
# サンプルエージェント
|
91
91
|
["agents","shared_lib"].each {|d|
|
92
92
|
mkdir("#{dir}/#{d}")
|
93
|
-
FileUtils.copy( Dir.glob("#{__FILE__}/../../../base/#{d}/*"), "#{dir}/#{d}" )
|
93
|
+
FileUtils.copy( Dir.glob(File.expand_path("#{__FILE__}/../../../base/#{d}/*")), "#{dir}/#{d}" )
|
94
94
|
}
|
95
95
|
rescue Exception
|
96
96
|
puts "[ERROR] setting failed.(#{$!.to_s})"
|