Skip to content

Commit

Permalink
Fix placeholder in download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsmfm committed Sep 8, 2022
1 parent 5eb1604 commit ca03021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/migrate/README.md
Expand Up @@ -7,7 +7,7 @@
[Release Downloads](https://github.com/golang-migrate/migrate/releases)

```bash
$ curl -L https://github.com/golang-migrate/migrate/releases/download/$version/migrate.$platform-amd64.tar.gz | tar xvz
$ curl -L https://github.com/golang-migrate/migrate/releases/download/$version/migrate.$os-$arch.tar.gz | tar xvz
```

### MacOS
Expand Down

0 comments on commit ca03021

Please sign in to comment.