Skip to content

Commit 7b2e48e

Browse files
author
gau1991
committed
Fixed its not returrning after version was still there
1 parent 36d0b76 commit 7b2e48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ else
443443
ee_lib_error "Not updating EasyEngine to $ee_version_new, exit status = " 1
444444
fi
445445
else
446-
ee_lib_error "You already have EasyEngine $ee_version_new, exit status = " $? | tee -ai $ee_install_log
446+
ee_lib_error "You already have EasyEngine $ee_version_new, exit status = " 1
447447
fi
448448
fi
449449
ee sync | tee -ai $EE_INSTALL_LOG

0 commit comments

Comments
 (0)