Skip to content

Commit

Permalink
fix: correct comment syntax in config.toml from '//' to '#' to resolv…
Browse files Browse the repository at this point in the history
…e syntax errors
  • Loading branch information
PlusOne committed Jan 2, 2025
1 parent c5647c3 commit 98b4efd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
### Issue
In `config.toml`, comments are using `//`, which is invalid in TOML. TOML uses `#` for comments. This causes a syntax error.

### Corrected `config.toml`

```toml
# filepath: /home/renz/source/hmac-file-server/config.toml

Expand Down

0 comments on commit 98b4efd

Please sign in to comment.