Skip to content

Commit 8e8c032

Browse files
committed
Swap order between QP and QG
1 parent a632de7 commit 8e8c032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ def convert_json(**kwargs) -> dict[str, Any]:
316316
mapping = {
317317
"platform": pfhelp.convert_basics_json,
318318
"globalSettings": pfhelp.convert_global_settings_json,
319-
"qualityProfiles": qphelp.convert_qps_json,
320319
"qualityGates": qualitygates.convert_qgs_json,
320+
"qualityProfiles": qphelp.convert_qps_json,
321321
"projects": pjhelp.convert_projects_json,
322322
"portfolios": foliohelp.convert_portfolios_json,
323323
"applications": applications.convert_apps_json,

0 commit comments

Comments
 (0)