Skip to content

Commit

Permalink
docs: fix code_snippet syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchietti committed Mar 25, 2024
1 parent e22129b commit 71a9b4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/modules/code_snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,10 @@ If the module requires extra Python libraries, you can install them inside the `

Here's an example of a `create-module` action step named `20initialize`:

```yaml

```bash
#!/bin/bash

pip install bcrypt==4.1.2
```

You can then use the imported `bcrypt` library in all your action steps. A similar script can be added under `update-module.d/`.
You can then use the imported `bcrypt` library in all your action steps. A similar script can be added under `update-module.d/`.

0 comments on commit 71a9b4f

Please sign in to comment.