We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 302c268 + fee5570 commit 775b5e3Copy full SHA for 775b5e3
1 file changed
linodecli/plugins/image-upload.py
@@ -82,7 +82,7 @@ def call(args, context):
82
parsed = parser.parse_args(args)
83
84
# get default region populated
85
- context.client.config.update(parsed)
+ context.client.config.update(parsed, ["region"])
86
87
# make sure the file exists and is ready to upload
88
filepath = os.path.expanduser(parsed.file)
0 commit comments