diff --git a/azure_jumpstart_arcbox/artifacts/BookStoreLaunch.ps1 b/azure_jumpstart_arcbox/artifacts/BookStoreLaunch.ps1 index 6354717a4c..914184b127 100644 --- a/azure_jumpstart_arcbox/artifacts/BookStoreLaunch.ps1 +++ b/azure_jumpstart_arcbox/artifacts/BookStoreLaunch.ps1 @@ -1,2 +1,2 @@ -Start-Process -FilePath msedge -ArgumentList '--new-window http://arcbox.devops.com/bookbuyer http://arcbox.devops.com/bookstore http://arcbox.devops.com/bookstore-v2' +Start-Process -FilePath msedge -ArgumentList '--new-window http://arcbox.devops.com/bookstore' [Environment]::Exit(1)