Skip to content

Commit

Permalink
typo fixed (mlservice to ml_service) (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
erjosito authored and eedorenko committed Sep 17, 2019
1 parent eceb936 commit bac656a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ For the bash script task to invoke the [Create Image Script](../ml_service/util/
| Parameter | Value |
| ------------------ | --------------------------------------------------------------------------------------------------- |
| Display Name | Create Scoring Image |
| Script | python3 $(System.DefaultWorkingDirectory)/\_MLOpsPythonRepo/mlservice/util/create_scoring_image.py |
| Script | python3 $(System.DefaultWorkingDirectory)/\_MLOpsPythonRepo/ml_service/util/create_scoring_image.py |

Finally
![release_createimage](./images/release-task-createimage.PNG)
Expand Down

0 comments on commit bac656a

Please sign in to comment.