Skip to content

Commit

Permalink
Fix typo in docs: "congifuration.yml" -> "configuration.yml" in insta…
Browse files Browse the repository at this point in the history
…llation.md (#2151)
  • Loading branch information
crazyshrut authored Feb 20, 2025
1 parent 11756bf commit 3a019a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ You need to give Docker permission to acccess your configuration.yml and checks.
#### Error: Configuration path does not exist
If you encounter the following error, double check the syntax of the scan command in step 4 above.
* Be sure to prepend `/sodacl/` to both the congifuration.yml filepath and the checks.yml filepath.
* Be sure to prepend `/sodacl/` to both the configuration.yml filepath and the checks.yml filepath.
* Be sure to mount your files into the container by including the `-v` option. For example, `-v /Users/MyName/soda_core_project:/sodacl`.
```shell
Expand Down

0 comments on commit 3a019a2

Please sign in to comment.