Skip to content

Commit

Permalink
fix TestRemoteLoad_LocalProtocol (kubernetes-sigs#4844)
Browse files Browse the repository at this point in the history
* remote load test fix

* fix spacing
  • Loading branch information
natasha41575 authored and elisshafer committed Dec 8, 2022
1 parent f80d7a6 commit b6791db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/krusty/remoteloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export GIT_COMMITTER_NAME=Nobody
cp -r testdata/remoteload/simple $ROOT/simple.git
(
cd $ROOT/simple.git
git config --global protocol.file.allow always
git init --initial-branch=main
git add .
git commit -m "import"
Expand Down

0 comments on commit b6791db

Please sign in to comment.