Skip to content

Commit 6c04bbd

Browse files
committed
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 flatcar/update-ssh-keys#16
1 parent 4bc44d7 commit 6c04bbd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
1010
if [[ ${PV} == 9999 ]]; then
1111
KEYWORDS="~amd64 ~arm64"
1212
else
13-
CROS_WORKON_COMMIT="de1e0d83c9a9279cf85d74c1d34f790d4a87bea8" # flatcar-master
13+
CROS_WORKON_COMMIT="2a2aa89cd6eda6202de62b8870ca50945c836c54" # flatcar-master
1414
KEYWORDS="amd64 arm64"
1515
fi
1616

0 commit comments

Comments
 (0)