Skip to content

Commit 3b74df9

Browse files
author
Taniya Mathur
committed
Fix CLI smoketest command name to use hyphens
1 parent 9084494 commit 3b74df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sdlc/idp-cli/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ uninstall:
3939
cd $(IDP_CWD) && python3 scripts/cleanup-logs.py || echo "Log cleanup failed but continuing"
4040

4141
smoketest:
42-
poetry run idpcli idp_cli_smoketest \
42+
poetry run idpcli idp-cli-smoketest \
4343
--cfn-prefix=$(IDP_CFN_PREFIX) \
4444
--admin-email=$(IDP_ADMIN_EMAIL) \
4545
--account-id=$(IDP_ACCOUNT_ID) \

0 commit comments

Comments
 (0)