Skip to content

Commit 04aa068

Browse files
Update howto-deploy-java-liberty-app.md
1 parent 0fef510 commit 04aa068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/howto-deploy-java-liberty-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ mvn clean install
222222
cd $env:BASE_DIR\java-app
223223
224224
# The following variables will be used for deployment file generation into target.
225-
$Env:LOGIN_SERVER=<Azure-Container-Registry-Login-Server-URL>
225+
$Env:LOGIN_SERVER="<Azure-Container-Registry-Login-Server-URL>"
226226
$Env:REGISTRY_NAME=<Azure-Container-Registry-name>
227227
$Env:USER_NAME=<Azure-Container-Registry-username>
228228
$Env:PASSWORD=<Azure-Container-Registry-password>

0 commit comments

Comments
 (0)