pickhardt / betty

Friendly English-like interface for your command line. Don't remember a command? Ask Betty.
2.61k stars 215 forks source link

install.rb copies the wrong files if not in correct directory #191

Open jonmarkprice opened 7 years ago

jonmarkprice commented 7 years ago

I installed betty today and after cloning the repo I immediately ran betty/install.rb. It started copying all the files from the directory I was in instead of betty/. I believe it would be better to use the directory in which install.rb is located rather than Dir.pwd to avoid this.