Skip to content

Commit

Permalink
Revert "fix(scoop-update): Fix scoop update -a requiring arguments (#…
Browse files Browse the repository at this point in the history
…4531)"

This reverts commit 0f5097b.
  • Loading branch information
niheaven committed Nov 23, 2021
1 parent 0f5097b commit cf5e41d
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 cf5e41d

Please sign in to comment.