Typo fix in nxos_file_copy.py (#60659)

Corrected typo in example documentation "local_filr_directory" to "local_file_directory"
pull/60664/head
Dane DeValcourt 5 years ago committed by Abhijeet Kasurde
parent 06d1705752
commit c5c270d9f7

@ -133,7 +133,7 @@ EXAMPLES = '''
nxos_file_copy:
file_pull: True
local_file: "xyz"
local_filr_directory: "dir1/dir2/dir3"
local_file_directory: "dir1/dir2/dir3"
remote_file: "/mydir/abc"
remote_scp_server: "192.168.0.1"
remote_scp_server_user: "myUser"

Loading…
Cancel
Save