Skip to content

Commit 65c8bc5

Browse files
authored
Update test.sh
1 parent b246423 commit 65c8bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

0.69-9/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ alias circos='singularity exec singularity-circos-0.69-9.sif circos'
66

77
# Run circos and check status
88
if circos --help; then
9-
exit 0
10-
else
119
exit 1
10+
else
11+
exit 0
1212
fi

0 commit comments

Comments
 (0)