Skip to content

Commit

Permalink
Merge pull request #806 from mtsmfm/patch-1
Browse files Browse the repository at this point in the history
Fix placeholder in download URL
  • Loading branch information
dhui committed Mar 15, 2023
2 parents 7cacfc2 + ca03021 commit 179dba4
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 179dba4

Please sign in to comment.