From b78d28577933432442f90f8106d6e2756f3f5171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 2 Oct 2018 18:14:39 +0200 Subject: [PATCH] Fix 'dorum' typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c92ca6c..5e7b1d3 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,7 @@ push-openedx: ## Push Open edX images to dockerhub push-configurator: ## Push configurator image to dockerhub docker push regis/openedx-configurator:hawthorn docker push regis/openedx-configurator:latest -push-forum: ## Push dorum image to dockerhub +push-forum: ## Push forum image to dockerhub docker push regis/openedx-forum:hawthorn docker push regis/openedx-forum:latest push-notes: ## Push notes image to dockerhub