Skip to content

Commit

Permalink
fix(forward slash): formatting fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
konradbcredera committed Mar 8, 2024
1 parent 39b8047 commit c3fb46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module "MLOps" {
algorithm_choice = "classification"
sagemaker_training_notebook_instance_type = "ml.m4.xlarge"
inference_instance_count = 1
preprocessing_script_path = "terraform\preprocess_data.py"
preprocessing_script_path = "terraform/preprocess_data.py"
tags = {
my-tag-key = "my-tag-value"
}
Expand Down

0 comments on commit c3fb46c

Please sign in to comment.