Skip to content

Commit

Permalink
Add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Jun 6, 2024
1 parent 0d90a77 commit 2e96695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ if python -c "import $import_name" &> /dev/null; then
cd "${orig_dir}"
else
cd "${orig_dir}"
echo -e "💡 $package_name is not installed. Installing now…\n"
echo -e "💡 $package_name is not installed. Installing now …\n"
pipx run uv pip install -e ".[full-pyside6,dev,test_extra]"
echo -e "\n✅ $package_name has been installed.\n"
echo -e "💡 Installing pre-commit hooks…"
echo -e "💡 Installing pre-commit hooks "
pre-commit install --install-hooks
echo -e "✅ pre-commit hooks installed.\n"
fi
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/scripts/open-vnc-browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if [ -z "${RUNNING_IN_DEV_CONTAINER+x}" ]; then
exit
fi

echo -e "🌏 Opening VNC desktop in web browser…\n"
echo -e "🌏 Opening VNC desktop in web browser …\n"
xdg-open 'http://localhost:6080?autoconnect=true'
echo -e "Welcome to the MNE-Python Dev Container!\nCreate a plot in VS Code and it will show up here." | xmessage -center -timeout 60 -title "Welcome to MNE-Python!" -file -

0 comments on commit 2e96695

Please sign in to comment.