Skip to content

Commit ef1266e

Browse files
authored
Fix typo (#403)
1 parent 4691a89 commit ef1266e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks_cli/dbfs/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def cp_cli(api_client, recursive, overwrite, src, dst):
111111
For recursive copies, files inside of the src directory will be copied inside the dst directory
112112
with the same name. If the dst path does not exist, a directory will be created. For example
113113
``dbfs cp -r dbfs:/foo foo`` will create a directory foo and place the files ``dbfs:/foo/a`` at
114-
``foo/a``. If ``foo/a`` already exists, the file will not be overriden unless the --overwrite
114+
``foo/a``. If ``foo/a`` already exists, the file will not be overridden unless the --overwrite
115115
flag is provided -- however, dbfs cp --recursive will continue to try and copy other files.
116116
"""
117117
# Copy to DBFS in this case

0 commit comments

Comments
 (0)