Remove proxy only if no apps are installed

This commit is contained in:
Donal McBreen
2024-09-12 16:47:03 +01:00
parent 35fe9c154d
commit 24031fefb0
16 changed files with 131 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ class CommandsServerTest < ActiveSupport::TestCase
end
test "ensure service directory" do
assert_equal "mkdir -p .kamal/apps/app", new_command.ensure_service_directory.join(" ")
assert_equal "mkdir -p .kamal/apps/app", new_command.ensure_app_directory.join(" ")
end
private