Skip to content

Commit

Permalink
fix: Add the --format option to the finch version command.
Browse files Browse the repository at this point in the history
Update an e2e test to pass lint CI.

Signed-off-by: Hayato Kiwata <[email protected]>
  • Loading branch information
haytok committed May 2, 2024
1 parent 90bb82b commit db016a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/vm/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ var testVersion = func(o *option.Option) {
ginkgo.It("Should print finch version information", func() {
tmpl, err := template.New("versionTemplate").Parse(`Client:
Version: {{ .FinchVersion }}
OS\/Arch: [A-Za-z0-9]+\/[A-Za-z0-9]+
GitCommit: {{ .FinchCommit }}
OS\/Arch: [A-Za-z0-9]+\/[A-Za-z0-9]+
nerdctl:
Version: {{ .NerdctlVersion }}
GitCommit: [a-z0-9]{40}
Expand Down

0 comments on commit db016a4

Please sign in to comment.