diff options
-rw-r--r-- | src/php.eselect.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php.eselect.in b/src/php.eselect.in index a2266c5..d9c1555 100644 --- a/src/php.eselect.in +++ b/src/php.eselect.in @@ -57,7 +57,7 @@ parse_target_major_version() { local major="${target:3:1}" case "${major}" in 5|7) echo "${major}" ;; - *) die "invalid PHP target name: ${target}" + *) die "invalid PHP target name: ${target}" ;; esac } |