From 46f828b0c82f889c910205ab64f62a7d43386f14 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Thu, 21 Nov 2024 01:04:12 +0100 Subject: [PATCH] - --- bundle/config/mutator/translate_paths.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/config/mutator/translate_paths.go b/bundle/config/mutator/translate_paths.go index b1d3e29c..5e016d8a 100644 --- a/bundle/config/mutator/translate_paths.go +++ b/bundle/config/mutator/translate_paths.go @@ -150,7 +150,7 @@ file extensions: [%s]`, literal, literalWithExt, strings.Join(extensions, ", ")) } } - // Return a generic error message if no matching possible q is found. + // Return a generic error message if no matching possible file is found. return "", fmt.Errorf(`notebook %s not found. Local notebook references are expected to contain one of the following file extensions: [%s]`, literal, strings.Join(extensions, ", ")) }