1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00
Files
core/scripts/update
Paulus Schoutsen ebfec2d1d3 Update update script
2015-08-17 20:11:37 -07:00

7 lines
98 B
Plaintext
Executable File

# If current pwd is scripts, go 1 up.
if [ ${PWD##*/} == "scripts" ]; then
cd ..
fi
git pull