Skip to content

Commit df29fd2

Browse files
authored
csv edit
1 parent 6b0d150 commit df29fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-identity-based-data-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The following steps outline how to set up identity-based data access for trainin
233233
```yaml
234234
command: |
235235
echo "--census-csv: ${{inputs.census_csv}}"
236-
python hello-census.py --iris-csv ${{inputs.census_csv}}
236+
python hello-census.py --census-csv ${{inputs.census_csv}}
237237
code: src
238238
inputs:
239239
census_csv:

0 commit comments

Comments
 (0)