Skip to content

Commit

Permalink
fix(scoop-update): Fix scoop update -a requiring arguments (ScoopInst…
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor authored and se35710 committed Mar 8, 2022
1 parent 146c6a4 commit 82558e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/scoop-update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

reset_aliases

$opt, $apps, $err = getopt $args 'gfiksqa:' 'global', 'force', 'independent', 'no-cache', 'skip', 'quiet', 'all'
$opt, $apps, $err = getopt $args 'gfiksqa' 'global', 'force', 'independent', 'no-cache', 'skip', 'quiet', 'all'
if ($err) { "scoop update: $err"; exit 1 }
$global = $opt.g -or $opt.global
$force = $opt.f -or $opt.force
Expand Down

0 comments on commit 82558e2

Please sign in to comment.