mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fix typo in comment of hack/verify-shellcheck.sh
Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
This commit is contained in:
		@@ -136,7 +136,7 @@ fi
 | 
				
			|||||||
# common arguments we'll pass to shellcheck
 | 
					# common arguments we'll pass to shellcheck
 | 
				
			||||||
SHELLCHECK_OPTIONS=(
 | 
					SHELLCHECK_OPTIONS=(
 | 
				
			||||||
  # allow following sourced files that are not specified in the command,
 | 
					  # allow following sourced files that are not specified in the command,
 | 
				
			||||||
  # we need this because we specify one file at at time in order to trivially
 | 
					  # we need this because we specify one file at a time in order to trivially
 | 
				
			||||||
  # detect which files are failing
 | 
					  # detect which files are failing
 | 
				
			||||||
  "--external-sources"
 | 
					  "--external-sources"
 | 
				
			||||||
  # include our disabled lints
 | 
					  # include our disabled lints
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user