Skip to content

Commit 389bf14

Browse files
author
meihuisu
committed
fix typo
1 parent 37e16b6 commit 389bf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_unit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
if [[ ! -z "${UCVM_INSTALL_PATH}"]; then
3+
if [[ ! -z "${UCVM_INSTALL_PATH}"]]; then
44
if [[ -d ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh ]]; then
55
source ${UCVM_INSTALL_PATH}/conf/ucvm_env.sh
66
./unittest

0 commit comments

Comments
 (0)