Skip to content

Commit

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

* fix spacing
  • Loading branch information
natasha41575 authored Oct 31, 2022
1 parent daf81df commit 997e6fc
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 997e6fc

Please sign in to comment.