Skip to content

Commit 608fca3

Browse files
committed
fix: pass false argument to phpvm_deactivate for improved functionality
1 parent 6ce9725 commit 608fca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2003,7 +2003,7 @@ main() {
20032003
phpvm_which "$@"
20042004
;;
20052005
deactivate)
2006-
phpvm_deactivate
2006+
phpvm_deactivate false
20072007
;;
20082008
system)
20092009
system_php_version

0 commit comments

Comments
 (0)