Skip to content

Commit

Permalink
install package catalog using wsk project deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Jul 25, 2019
1 parent b6acbef commit 9e9a46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/openwhisk/configMapFiles/installPackages/myTask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ pushd openwhisk-catalog
popd

pushd openwhisk-catalog/packages
./installCatalog.sh $WHISK_AUTH $WHISK_API_HOST /usr/local/bin/wsk || exit 1
./installCatalogUsingWskdeploy.sh $WHISK_AUTH $WHISK_API_HOST /usr/local/bin/wsk || exit 1
popd


Expand Down

0 comments on commit 9e9a46e

Please sign in to comment.