Rename cmd/kyaml to cmd/config in travis scripts

This commit is contained in:
Jonathan Wong
2019-11-19 18:42:18 -08:00
parent 99701a1932
commit 14d4059f46
2 changed files with 2 additions and 2 deletions

View File

@@ -4,5 +4,5 @@ set -e
cd kyaml
make all
cd ../cmd/kyaml
cd ../cmd/config
make all