Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed May 31, 2016
1 parent e5b562d commit 89fd594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csvtk/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var versionCmd = &cobra.Command{
} else {
version = items[len(items)-1]
}
fmt.Printf("Latest version: fakit %s at %s\n", version, resp.Request.URL.String())
fmt.Printf("Latest version: csvtk %s at %s\n", version, resp.Request.URL.String())
},
}

Expand Down

0 comments on commit 89fd594

Please sign in to comment.