Skip to content

Commit

Permalink
remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Finkelshteyn authored Oct 17, 2017
1 parent b00b431 commit 0e7c60f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/enterprise/add_appveyor_host_agent_to_auto_run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ if (Get-Service Appveyor.HostAgent -ErrorAction Ignore) {
}
Set-ItemProperty "HKCU:\Software\Microsoft\Windows\CurrentVersion\Run" -Name "Appveyor.HostAgent" `
-Value "C:\Program Files\AppVeyor\HostAgent\Appveyor.HostAgent.exe"

0 comments on commit 0e7c60f

Please sign in to comment.