Skip to content

Commit 179dba4

Browse files
authored
Merge pull request golang-migrate#806 from mtsmfm/patch-1
Fix placeholder in download URL
2 parents 7cacfc2 + ca03021 commit 179dba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/migrate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[Release Downloads](https://github.com/golang-migrate/migrate/releases)
88

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

1313
### MacOS

0 commit comments

Comments
 (0)