From 841582f6ff6c08349d6c437b0181b813c64fa422 Mon Sep 17 00:00:00 2001 From: Nicholas Caley Date: Thu, 18 Aug 2016 10:30:17 -0400 Subject: [PATCH] Fixing URL for Dockerfile linter --- syntax_checkers/dockerfile/dockerfile_lint.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax_checkers/dockerfile/dockerfile_lint.vim b/syntax_checkers/dockerfile/dockerfile_lint.vim index 3a5b7694..4858a6b5 100644 --- a/syntax_checkers/dockerfile/dockerfile_lint.vim +++ b/syntax_checkers/dockerfile/dockerfile_lint.vim @@ -1,7 +1,7 @@ "============================================================================ "File: dockerfile_lint.vim "Description: Syntax checking plugin for syntastic.vim using dockerfile-lint -" (https://github.com/projectatomic/dockerfile-lint). +" (https://github.com/projectatomic/dockerfile_lint). "Maintainer: Tim Carry "License: This program is free software. It comes without any warranty, " to the extent permitted by applicable law. You can redistribute