summaryrefslogtreecommitdiff
path: root/examples/scripts
diff options
context:
space:
mode:
authorDon Schenck <don.schenck@gmail.com>2014-06-19 13:16:08 -0500
committerMatt Martz <matt@sivel.net>2014-06-19 14:26:47 -0500
commit8012fdc4481f816682504ba7669fe97e6cc7e9f1 (patch)
tree3b0e9c8f3974e12f99abc45150c59c59df06596f /examples/scripts
parente2f5d40a6b12a0c1e865cf4bffcdb8a44f396cf0 (diff)
downloadansible-8012fdc4481f816682504ba7669fe97e6cc7e9f1.tar.gz
Start-Process line was wrong
Fixed
Diffstat (limited to 'examples/scripts')
-rw-r--r--examples/scripts/upgrade_to_ps3.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/upgrade_to_ps3.ps1 b/examples/scripts/upgrade_to_ps3.ps1
index 6604cd30b3..693088b75f 100644
--- a/examples/scripts/upgrade_to_ps3.ps1
+++ b/examples/scripts/upgrade_to_ps3.ps1
@@ -79,4 +79,4 @@ else
$FileName = $DownLoadUrl.Split('/')[-1]
download-file $downloadurl "$powershellpath\$filename"
-Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet, /log "C:\powershell\install.log"
+Start-Process -FilePath "$powershellpath\$filename" -ArgumentList /quiet