Skip to content

Commit

Permalink
Merge pull request #37 from johnSchnake/forcePull
Browse files Browse the repository at this point in the history
Force checkout of k8s
  • Loading branch information
friedrichwilken authored Jun 26, 2021
2 parents 60f2aa2 + b4a9bd0 commit 578e96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
if [[ -d "kubernetes" ]] ; then
echo "kubernetes/ exists, not cloning..."
pushd kubernetes
git checkout $kubernetes_sha
git checkout $kubernetes_sha -f
popd
else
git clone https://github.com/kubernetes/kubernetes.git
Expand Down

0 comments on commit 578e96a

Please sign in to comment.