Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 2cdb640

Browse files
authored
Fix minor typo (caught by Lintian)
1 parent 1f7c19e commit 2cdb640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dep/status.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dep status -f='{{if eq .Constraint "master"}}{{.ProjectRoot}} {{end}}'
7474
7575
Displays the list of package names constrained on the master branch.
7676
The -f flag allows you to use Go templates along with it's various
77-
constructs for formating output data. Available flags are as follows:
77+
constructs for formatting output data. Available flags are as follows:
7878
` + availableTemplateVariables + `
7979
8080
dep status -detail -f='{{range $i, $p := .Projects}}{{if ne .Source "" -}}

0 commit comments

Comments
 (0)