Skip to content

Commit

Permalink
Fix double closing braces.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Jan 2, 2024
1 parent b4fa937 commit 058efbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ in `requirements.txt` (or `pyproject.toml`) with a reference to the branch, like

```
#ops ~= 2.9
git+https://github.com/{your-username}}/operator@{your-branch-name}}
git+https://github.com/{your-username}/operator@{your-branch-name}
```

`git` is not normally available when `charmcraft` is packing the charm, so you'll
Expand Down

0 comments on commit 058efbf

Please sign in to comment.