We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86de9ea commit 213f9e9Copy full SHA for 213f9e9
local/library/iosxr_upgrade_package
@@ -124,7 +124,7 @@ def main():
124
module.fail_json(msg="other install op in progress")
125
126
command = ('install upgrade source ' +
127
- pkg_path + ' version ' + version + pkg_name + '\r')
+ pkg_path + ' version ' + version + ' ' + pkg_name + '\r')
128
module.connection.shell.shell.send(command)
129
130
# collect all responses 1024 bytes at a time
0 commit comments