Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Commit

Permalink
(fix) PowerShell-- - switches yo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Feb 11, 2015
1 parent e07021d commit 241bac4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/chocolatey.ps1
Expand Up @@ -97,9 +97,13 @@ Chocolatey detected you are not running from an elevated command shell

if (!($yes)) {
switch -wildcard ($command) {
"search", "list", "version", "pack", "push", "help", "sources" {
# nothing to see here, move along now
}
"search" {}
"list" {}
"version" {}
"pack" {}
"push" {}
"help" {}
"sources" {}
default {
@"
!!ATTENTION!!
Expand Down

0 comments on commit 241bac4

Please sign in to comment.