Skip to content

Commit 66177ab

Browse files
authored
small typo in Makefile
the makefile linting stage was pointing to an incorrect folder - small change made to the foldername in the makefile linting stage
1 parent 1d5fe1d commit 66177ab

File tree

1 file changed

+1
-1
lines changed
  • Lesson-2-Docker-format-containers/class-demos

1 file changed

+1
-1
lines changed

Lesson-2-Docker-format-containers/class-demos/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ run-circleci-local:
1818
circleci local execute
1919

2020
lint:
21-
hadolint demos/flask-sklearn/Dockerfile
21+
hadolint demos/flask-sklearn-student-starter/Dockerfile
2222
pylint --disable=R,C,W1203 demos/**/**.py
2323

2424
all: install lint test

0 commit comments

Comments
 (0)