mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
Fix type
This commit is contained in:
parent
291718bf7d
commit
523c4ae872
@ -25,7 +25,7 @@ if (array_key_exists('v', $opt)) {
|
||||
die("Version number must follow semantic versioning.\n");
|
||||
}
|
||||
} else {
|
||||
die("Please, specify verion to release. Latest version is -v$latestVersion\n");
|
||||
die("Please, specify version to release. Latest version is -v$latestVersion\n");
|
||||
}
|
||||
|
||||
// Next goes bunch of regexs. Now we have three problems.
|
||||
|
Loading…
x
Reference in New Issue
Block a user