From 96290320b2ef7fbbee6cda292ed7ba44d5e53f65 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Tue, 6 Jun 2023 00:32:51 +0200 Subject: [PATCH] - --- cmd/workspace/workspace/import_dir.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/workspace/workspace/import_dir.go b/cmd/workspace/workspace/import_dir.go index 5445cc393..052cbf242 100644 --- a/cmd/workspace/workspace/import_dir.go +++ b/cmd/workspace/workspace/import_dir.go @@ -8,7 +8,8 @@ import ( "golang.org/x/sync/errgroup" ) -// TODO: add some comments here +// TODO: check whether we need mutex for any events been emitted since they are accessing +// state var importDirCmd = &cobra.Command{ Use: "import-dir SOURCE_PATH TARGET_PATH", Short: `Recursively imports a directory from local to the Databricks workspace.`,