Skip to content

Commit ca5c405

Browse files
committed
Remove extra paren
1 parent c2f738e commit ca5c405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda_installs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
if [ -z "$PS1" ]; then
6-
echo "ERROR: must call this script using \"source ./conda_installs.sh\")"
6+
echo "ERROR: must call this script using \"source ./conda_installs.sh\""
77
exit 1
88
fi
99

0 commit comments

Comments
 (0)