From ed82e988800545be25da8c8fd7925f67e65d1646 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:41:02 +0000 Subject: [PATCH] spelling: artifact --- client/alloc_runner_test.go | 2 +- command/agent/command.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/alloc_runner_test.go b/client/alloc_runner_test.go index 28abf0f43..0ade0ba39 100644 --- a/client/alloc_runner_test.go +++ b/client/alloc_runner_test.go @@ -513,7 +513,7 @@ func TestAllocRunner_RetryArtifact(t *testing.T) { } // web task should have completed successfully while bad task - // retries artififact fetching + // retries artifact fetching webstate := last.TaskStates["web"] if webstate.State != structs.TaskStateDead { return false, fmt.Errorf("expected web to be dead but found %q", last.TaskStates["web"].State) diff --git a/command/agent/command.go b/command/agent/command.go index 89ecc58ea..9c392e5d9 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -956,7 +956,7 @@ Client Options: specified a subdirectory under the "-data-dir" will be used. -alloc-dir - The directory used to store allocation data such as downloaded artificats as + The directory used to store allocation data such as downloaded artifacts as well as data produced by tasks. If not specified, a subdirectory under the "-data-dir" will be used.