You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: lib/jobs/list.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ var path = require('path');
18
18
* @param {string} [filter.machineType] - Optional machineType to match on
19
19
* @param {string} [filter.state] - Optional state value to match on
20
20
* @param {string} [filter.container] - Optional container to match on
21
-
* @param {string} [filter.comand] - Optional command to match on
21
+
* @param {string} [filter.command] - Optional command to match on
22
22
* @param {string} [filter.workspace] - Optional workspace path to match on. Note: the original workspace path will be modified on upload to point to a temporary location.
23
23
* @param {string} [filter.dataset] - Optional dataset to match on
24
24
* @param {function} cb - Node-style error-first callback function
0 commit comments