mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
overlay update-ssh-keys: fix number of arguments of clap4 options
In case of clap 4, it is necessary to set the number of args to 0, if the option does not take any parameter. Pulls in https://github.com/flatcar/update-ssh-keys/pull/16
This commit is contained in:
parent
4bc44d7c3e
commit
6c04bbdd7a
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
|||||||
if [[ ${PV} == 9999 ]]; then
|
if [[ ${PV} == 9999 ]]; then
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
else
|
else
|
||||||
CROS_WORKON_COMMIT="de1e0d83c9a9279cf85d74c1d34f790d4a87bea8" # flatcar-master
|
CROS_WORKON_COMMIT="2a2aa89cd6eda6202de62b8870ca50945c836c54" # flatcar-master
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user