Skip to content

Commit 775b5e3

Browse files
authored
Merge pull request #263 from linode/bugfix/fix-image-upload-plugin
bug: Fix image-upload plugin
2 parents 302c268 + fee5570 commit 775b5e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linodecli/plugins/image-upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def call(args, context):
8282
parsed = parser.parse_args(args)
8383

8484
# get default region populated
85-
context.client.config.update(parsed)
85+
context.client.config.update(parsed, ["region"])
8686

8787
# make sure the file exists and is ready to upload
8888
filepath = os.path.expanduser(parsed.file)

0 commit comments

Comments
 (0)