Skip to content

Commit b066198

Browse files
committed
fix wrong secret reference in Makefile
1 parent 8f0a33d commit b066198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test:
1616
-e TEST_ZONE_NAME=$$TEST_ZONE_NAME \
1717
-e OS_TENANT_NAME=$$OS_TENANT_NAME \
1818
-e OS_TENANT_ID=$$OS_PROJECT_ID \
19-
-e OS_DOMAIN_NAME=$$OS_USER_DOMAIN_NAME \
19+
-e OS_DOMAIN_NAME=$$OS_DOMAIN_NAME \
2020
-e OS_USERNAME=$$OS_USERNAME \
2121
-e OS_PASSWORD=$$OS_PASSWORD \
2222
-e OS_AUTH_URL=$$OS_AUTH_URL \

0 commit comments

Comments
 (0)