imfreedom/k8s-cluster

pass command line arguments to popeye

23 months ago, Gary Kramlich
09efd1fd6953
Parents 26615af52490
Children 363925c263dd
pass command line arguments to popeye
  • +1 -1
    popeye
  • --- a/popeye Sun Apr 10 04:35:37 2022 -0500
    +++ b/popeye Sun Apr 10 04:39:25 2022 -0500
    @@ -10,6 +10,6 @@
    mkdir -p reports
    -POPEYE_REPORT_DIR=$(pwd)/reports "${POPEYE}" --save --out html
    +POPEYE_REPORT_DIR=$(pwd)/reports "${POPEYE}" --save --out html ${@}
    exit ${?}