Skip to content

Commit 213f9e9

Browse files
authored
added a space in the command line
1 parent 86de9ea commit 213f9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/library/iosxr_upgrade_package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def main():
124124
module.fail_json(msg="other install op in progress")
125125

126126
command = ('install upgrade source ' +
127-
pkg_path + ' version ' + version + pkg_name + '\r')
127+
pkg_path + ' version ' + version + ' ' + pkg_name + '\r')
128128
module.connection.shell.shell.send(command)
129129

130130
# collect all responses 1024 bytes at a time

0 commit comments

Comments
 (0)