Skip to content

Commit eb829af

Browse files
authored
Merge pull request #1213 from kernelkit/copyright
Right some wrongs with `copy` Signed-off-by: Joachim Wiberg <[email protected]>
2 parents aad3f83 + 0977ab4 commit eb829af

File tree

6 files changed

+551
-377
lines changed

6 files changed

+551
-377
lines changed

src/bin/copy.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _copy_completion()
1212
opts="-h -n -q -s -t -u -v"
1313

1414
local datastores_dst="running-config startup-config"
15-
local datastores_src="running-config startup-config factory-config"
15+
local datastores_src="factory-config operational-state running-config"
1616

1717
case "${prev}" in
1818
-t)

0 commit comments

Comments
 (0)