Merge pull request #5628 from mgsloan/patch-2

Fix another typo in PR template
This commit is contained in:
Jens Petersen 2020-09-01 15:42:29 +08:00 committed by GitHub
commit dd2a96ddc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ Checklist:
- [ ] At least 30 minutes have passed since uploading to Hackage
- [ ] On your own machine, you have successfully run the following command (replace `$package` with the name of the package that is submitted, and `$version` with the version of the package you want to get into Stackage):
./verify-package $pacakge # or $package-$version
./verify-package $package # or $package-$version
The script runs virtually the following commands in a clean directory: