Parcourir la source

Spellchecking

Patrice-Gaudicheau il y a 1 an
Parent
commit
cef676429f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -8,7 +8,7 @@ remove:
 
 start:
 	@docker-compose start
-startanbuild: 
+startAndBuild: 
 	docker-compose up -d --build
 
 stop: