From 28b5f496fb1d65fe34b3bca93829ce98d85c5477 Mon Sep 17 00:00:00 2001 From: Ashley Coleman Date: Mon, 23 Sep 2024 17:20:57 -0600 Subject: [PATCH] Update share/wake/lib/system/remote_cache_runner.wake Co-authored-by: Colin Schmidt --- share/wake/lib/system/remote_cache_runner.wake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/wake/lib/system/remote_cache_runner.wake b/share/wake/lib/system/remote_cache_runner.wake index 108925ab0..df5bda251 100644 --- a/share/wake/lib/system/remote_cache_runner.wake +++ b/share/wake/lib/system/remote_cache_runner.wake @@ -224,7 +224,7 @@ export def mkRemoteCacheRunner (rscApi: RemoteCacheApi) (hashFn: RunnerInput => # FnOutputs = (\_ "foo/bar.txt", Nil). As this job does *not* list the OutputDirectory foo # we can't expect it to exist via normal rehydration so special handling is required. A # less obvious hidden outputs is a symlink that points to a file, both created by the same - # job where only the symlink is output. The symlink would be retored but would be invalid + # job where only the symlink is output. The symlink would be restored but would be invalid # since the target file doesn't exists. # # The current implementation does the following: