Merge pull request #626 from thockin/fix_typo

typo
This commit is contained in:
Kubernetes Prow Robot 2022-09-03 03:06:27 -07:00 committed by GitHub
commit 734cc197cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ func main() {
log.V(0).Info("normalized root path", "root", *flRoot, "result", absRoot) log.V(0).Info("normalized root path", "root", *flRoot, "result", absRoot)
} }
// Convert the link into an aabsolute path. We don't want to mkdir here, // Convert the link into an absolute path. We don't want to mkdir here,
// since it may be under --root, and that confuses `git clone`. // since it may be under --root, and that confuses `git clone`.
// TODO(thockin): put repo in a subdir and mkdir + nortmalizePath() here // TODO(thockin): put repo in a subdir and mkdir + nortmalizePath() here
absLink := *flLink absLink := *flLink