mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
match quotation mark types properly
This commit is contained in:
parent
95e0202223
commit
319fbd3406
1 changed files with 1 additions and 1 deletions
|
@ -1052,7 +1052,7 @@ def decode_linode_plan_label(label):
|
|||
|
||||
log.warning("An outdated Linode plan label was detected in your Cloud profile ({})."
|
||||
" Please update the profile to use"
|
||||
" the new label format ({}) for the requested Linode plan size.'.format(label, new_label))
|
||||
" the new label format ({}) for the requested Linode plan size.".format(label, new_label))
|
||||
|
||||
label = new_label
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue