From 30905888a8187beb2dc913c46bff3f2f34d75f9f Mon Sep 17 00:00:00 2001 From: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:01:10 +0530 Subject: [PATCH] Update bundle/libraries/filer.go Co-authored-by: Pieter Noordhuis --- bundle/libraries/filer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/libraries/filer.go b/bundle/libraries/filer.go index 8cbf1a510..01d58eae0 100644 --- a/bundle/libraries/filer.go +++ b/bundle/libraries/filer.go @@ -8,7 +8,7 @@ import ( "github.com/databricks/cli/libs/filer" ) -// This function returns the right filer to use, to upload artifacts to the configured location. +// This function returns a filer for uploading artifacts to the configured location. // Supported locations: // 1. WSFS // 2. UC volumes