Browse Source

Removed unnecessary comment

Andrew Kane 9 years ago
parent
commit
ec6d23602f
2 changed files with 0 additions and 2 deletions
  1. 0 1
      README.md
  2. 0 1
      lib/generators/blazer/templates/config.yml

+ 0 - 1
README.md

@@ -321,7 +321,6 @@ Update `config/blazer.yml` with:
 ```yml
 ```yml
 # see https://github.com/ankane/blazer for more info
 # see https://github.com/ankane/blazer for more info
 
 
-# data sources
 data_sources:
 data_sources:
   main:
   main:
     url: <%= ENV["BLAZER_DATABASE_URL"] %>
     url: <%= ENV["BLAZER_DATABASE_URL"] %>

+ 0 - 1
lib/generators/blazer/templates/config.yml

@@ -1,6 +1,5 @@
 # see https://github.com/ankane/blazer for more info
 # see https://github.com/ankane/blazer for more info
 
 
-# data sources
 data_sources:
 data_sources:
   main:
   main:
     url: <%%= ENV["BLAZER_DATABASE_URL"] %>
     url: <%%= ENV["BLAZER_DATABASE_URL"] %>