DrupalStand / drupal-dev-docker

An opinionated Drupal development environment based on Docker.
GNU General Public License v2.0
22 stars 19 forks source link

Repository name must be lowercase #43

Closed subtera745 closed 5 years ago

subtera745 commented 5 years ago

If cloning repo to system with a name that starts with an uppercase letter, on init it will fail.

Building db
ERROR: invalid reference format: repository name must be lowercase

subtera745 commented 5 years ago

upon trying the name drupalStand, I got the same error, so it would appear the entire title must be lowercase.

jackinloadup commented 5 years ago

@subtera745 There is likely somewhere in the Makefile or other build process that needs to have the name converted to lowercase.

smfsh commented 5 years ago

fixed 0f5d5951d198f9ed902007e80f518e75a8a3ccf7