Skip to content

Commit

Permalink
download_assets: fix option parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jan 27, 2022
1 parent 5b6b915 commit d133d9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions download_assets
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ my %known_options = (
'list' => '',
'unpack' => '',

'arch' => '',
'dist' => '',
'configdir' => '',
'recipe' => '',
'arch' => ':',
'dist' => ':',
'configdir' => ':',
'recipe' => ':',

'create-cpio' => '',

Expand Down

0 comments on commit d133d9e

Please sign in to comment.