donnemartin / dev-setup

macOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapReduce, AWS, Heroku, JavaScript web development, Android development, common data stores, and dev-based OS X defaults.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'./.dots all' calls webdev.sh called instead of web.sh

mike-u opened this issue · comments

I was just trying to install all without changing anything and got:


Setting up JavaScript web development environment.

------------------------------

./.dots: line 88: ./webdev.sh: No such file or directory

------------------------------

Setting up Android development environment.

I think it meant to call web.sh instead.

Hi @mike-u, thanks for the report! Seems I renamed webdev.sh to web.sh in the past but forgot to update the .dots script. Are you interested in submitting a pull request for a fix?

Sure, I'll do one now.