Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff bin/check-ports @ 118:cf9dde7a3a0d
FIX: Syntax error: there must be a word separator after the ":" command
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 15 Oct 2019 21:54:19 +0200 |
| parents | 0bd594fb56f8 |
| children |
line wrap: on
line diff
--- a/bin/check-ports Tue Oct 15 09:34:22 2019 +0200 +++ b/bin/check-ports Tue Oct 15 21:54:19 2019 +0200 @@ -231,7 +231,7 @@ } get_immediate_remote_repo_version() { - :'Ask a remote repository for the version of a package. + : 'Ask a remote repository for the version of a package. Args: _repo: the repository name
