Skip to content

Commit c0728cf

Browse files
authored
Merge pull request kubernetes-client#1596 from roycaihw/new-cr-patch
Create new hotfix for patching custom objects issue
2 parents 1d205a3 + 32877fe commit c0728cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/apply-hotfixes.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fi
2828
# UPDATE: The commit being cherry-picked is updated since the the client generated in 1adaaecd0879d7315f48259ad8d6cbd66b835385
2929
# differs from the initial hotfix
3030
# Ref: https://github.com/kubernetes-client/python/pull/995/commits/9959273625b999ae9a8f0679c4def2ee7d699ede
31-
git cherry-pick -n 90aa6f6ab9a391e35d63a84af27e14cc5d5ce947
31+
git cherry-pick -n 88397bcc5b3b348a41dbf641367756b86552d362
3232
if [ $? -eq 0 ]
3333
then
3434
echo Succesfully patched changes for custom client behavior

0 commit comments

Comments
 (0)