Skip to content

Commit

Permalink
Removed hardcoding for domain and location parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ram committed Jun 4, 2018
1 parent 7ea779c commit 8e06228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shibboleth-singlevm-windows/install_shibboleth_idp.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$domain = "ramshibboleth"
$location = "eastus"
$domain = $args[0]
$location = $args[1]

# Utility methods
Add-Type -AssemblyName System.IO.Compression.FileSystem
Expand Down

0 comments on commit 8e06228

Please sign in to comment.