Fix the shard.yml setup
The shard name should be "sodium" without .cr otherwise we get an error when running `shards install`
This commit is contained in:
parent
f766db7e9e
commit
3596abdb3c
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ Add this to your application's `shard.yml`:
|
|||
|
||||
```yaml
|
||||
dependencies:
|
||||
sodium.cr:
|
||||
sodium:
|
||||
github: didactic-drunk/sodium.cr
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue