Skip to content

Commit 91ee376

Browse files
committed
fix the inspector help command
1 parent 3f88e54 commit 91ee376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: XPK Workload List Help
110110
run: python3 xpk.py workload list --help
111111
- name: XPK Inspector Help
112-
run: python3 xpk.py inspector list --help
112+
run: python3 xpk.py inspector --help
113113
xpk-tpu-autoprovisioning-test:
114114
runs-on: [ubuntu-20.04]
115115
concurrency: # We support one build test to run at a time currently.

0 commit comments

Comments
 (0)