Skip to content
Snippets Groups Projects
Commit 1b13c0d1 authored by mseng3's avatar mseng3
Browse files

Update get-lens-info.ps1

parent adf3cc56
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ function getLensCreds() {
$lensCredsSplit = $lensCredsProtected.split(';')
#debug($lensCredsSplit)
$lensUser = $lensCredsSplit[0]
debug($lensUser)
#debug($lensUser)
$lensPass = $lensCredsSplit[1]
#debug($lensPass)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment