Skip to content

Commit

Permalink
fixing dns benchmark path
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysied committed Dec 10, 2018
1 parent 6e50b09 commit 4fcf016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ case "$1" in
exit
;;
kube-dns|core-dns )
cd dns
cd ${PERFTEST_ROOT}/dns
./run $@
exit
;;
Expand Down

0 comments on commit 4fcf016

Please sign in to comment.