Skip to content

Commit 1f50e94

Browse files
committed
Fix app name in docker command
1 parent 6cf9538 commit 1f50e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/installfest/clean_up.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ step "Delete the test_app from your computer" do
2222
end
2323

2424
step "Delete the test_app Docker image from your computer" do
25-
console "docker rmi testapp_web"
25+
console "docker rmi test_app_web"
2626
end

0 commit comments

Comments
 (0)