Skip to content

Commit 41e3296

Browse files
author
Gao Han
committed
Use the new wrapper for feature test
1 parent c554a11 commit 41e3296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/step_definitions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def get_user_data
166166
"$BUNDLE install\n"\
167167
"mkdir -p /etc/codedeploy-agent/conf\n"\
168168
"cp conf/codedeployagent.yml /etc/codedeploy-agent/conf/\n"\
169-
"$BUNDLE exec bin/codedeploy-agent start"
169+
"$BUNDLE exec bin/codedeploy-agent-wrapper start"
170170
Base64.encode64(user_data)
171171
end
172172

0 commit comments

Comments
 (0)