Skip to content

Commit

Permalink
fix astro version (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko authored May 5, 2021
1 parent 47e2925 commit e0998fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func isValidVersion(version string) bool {

// printServerVersion outputs current server version
func printServerVersion(client *houston.Client, out io.Writer) error {
appCfg, err := deployment.AppConfig(client)
appCfg, err := deployment.AppVersion(client)
if err != nil {
fmt.Fprintf(out, messages.HOUSTON_CURRENT_VERSION+"\n", "Please authenticate to a cluster to see server version")
}
Expand Down

0 comments on commit e0998fc

Please sign in to comment.