Skip to content

Commit c4f5a0c

Browse files
committed
Show usage with prefix in doc
1 parent 45d4dbf commit c4f5a0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/qdt_profile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ You can also deploy profiles based on environment variables. In the following ex
5454
"version": "1.7.0",
5555
"rules": [
5656
{
57-
"name": "IS_GIS_ADMIN exists",
58-
"description": "Deploy only if $env:IS_GIS_ADMIN exists",
57+
"name": "QDT_IS_GIS_ADMIN exists",
58+
"description": "Deploy only if $env:QDT_IS_GIS_ADMIN exists",
5959
"conditions": {
6060
"all": [
6161
{
62-
"path": "$.env.IS_GIS_ADMIN",
62+
"path": "$.env.QDT_IS_GIS_ADMIN",
6363
"operator": "not_equal",
6464
"value": ""
6565
}

0 commit comments

Comments
 (0)