Skip to content

Commit

Permalink
FIX: Slash
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jul 25, 2024
1 parent 5cbd538 commit f8fa9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/get_minimal_commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ elif [ "${AZURE_CI}" == "true" ]; then
elif [ "${CIRCLECI}" == "true" ]; then
echo "Setting MNE_ROOT for CircleCI"
echo "export MNE_ROOT=${MNE_ROOT}" >> "$BASH_ENV";
echo "export PATH=${MNE_ROOT}/bin:$PATH" >> "$BASH_ENV";
echo "export PATH=${MNE_ROOT}/bin:\$PATH" >> "$BASH_ENV";
fi;
if [[ "${CI_OS_NAME}" != "macos"* ]]; then
echo "Getting files for Linux..."
Expand Down

0 comments on commit f8fa9ce

Please sign in to comment.