kamal -> .kamal

This commit is contained in:
Donal McBreen
2023-08-28 17:13:52 +01:00
parent bcfa1d83e8
commit 787688ea08
8 changed files with 22 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ class CommandsServerTest < ActiveSupport::TestCase
end
test "ensure run directory" do
assert_equal "mkdir -p kamal", new_command.ensure_run_directory.join(" ")
assert_equal "mkdir -p .kamal", new_command.ensure_run_directory.join(" ")
end
test "ensure non default run directory" do