Skip to content

Commit 145d12b

Browse files
committed
Fixing the path to codedeploy-agent.rb
1 parent 45f71af commit 145d12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/codedeploy-agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ else
1919
end
2020

2121
if ruby_bin
22-
exec("#{ruby_bin} #{File.join(File.expand_path(File.dirname(__FILE__)), "/codedeploy-agent")} #{ARGV.join(' ')}")
22+
exec("#{ruby_bin} #{File.join(File.expand_path(File.dirname(__FILE__)), "../lib/codedeploy-agent.rb")} #{ARGV.join(' ')}")
2323
end
2424

2525
STDERR.puts "No supported ruby version found. Code Deploy Host Agent supports Ruby version of 2.0.x to 2.3.x."

0 commit comments

Comments
 (0)