Skip to content

Commit 433fd36

Browse files
author
meihuisu
committed
typo
1 parent 389bf14 commit 433fd36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)