Browse Source

Update makefile with latest docker hub location.

Mike Birdgeneau 7 years ago
parent
commit
e7e8ec7acc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .gitignore
  2. 1 1
      Makefile

+ 1 - 1
.gitignore

@@ -1 +1 @@
-data/*
+data/*

+ 1 - 1
Makefile

@@ -13,7 +13,7 @@ GIT_MASTER_HEAD_SHA:=$(shell git rev-parse --short=12 --verify HEAD)
 
 help:
 # http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
-	@echo "mikebirdgeneau/jupyterlab-docker"
+	@echo "mikebirdgeneau/jupyterlab"
 	@echo "====================="
 	@echo "Replace % with a stack directory name (e.g., make build/jupyter)\n"
 	@grep -E '^[a-zA-Z0-9_%/-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'