From d87ad523de8ad8871f08131a97a94eadfd88e0d5 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Fri, 8 Nov 2019 12:49:20 -0800 Subject: [PATCH] Fix pseudo/README.md script name --- pseudo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pseudo/README.md b/pseudo/README.md index 1dcfc66e3..4a477948f 100644 --- a/pseudo/README.md +++ b/pseudo/README.md @@ -38,8 +38,8 @@ These libraries were forked by running `git clone` to clone the repos. 1. Remove the current existing psuedo modules - `$ rm -rf psuedo/k8s` -2. Run the [fork-packages.sh](fork-packages.sh) script to clone and configure pseudo deps - - `$ psuedo/fork-packages.sh` +2. Run the [init-pseudo-module.sh](init-pseudo-module.sh) script to clone and configure pseudo deps + - From the root directory -- `$ psuedo/init-pseudo-module.sh` ### Using the Pseudo Modules in Kustomize