FIX: copy.py name in install.sh

This commit is contained in:
Julien Palard 2017-02-20 14:12:35 +01:00
parent 4de65d0679
commit 45405769e8
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
rm -fr /tmp/.dotfiles/
git clone -q git@github.com:JulienPalard/dotfiles.git /tmp/.dotfiles/ &&
./copy_to_home.py /tmp/.dotfiles/ ~/ --exclude README.md .git copy.py install.sh &&
./copy.py /tmp/.dotfiles/ ~/ --exclude README.md .git copy.py install.sh &&
rm -fr /tmp/.dotfiles/