Alexander Belanger 4 лет назад
Родитель
Сommit
fdad9d8744
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cli/cmd/job.go

+ 1 - 1
cli/cmd/job.go

@@ -170,7 +170,7 @@ func waitForJob(_ *types.GetAuthenticatedUserResponse, client *api.Client, args
 	// if it does not exist, we set the default to 30 minutes
 	timeoutVal := getJobTimeoutValue(jobRelease.Release.Config)
 
-	color.New(color.FgYellow).Printf("Waiting for timeout seconds %d\n", timeoutVal.Seconds())
+	color.New(color.FgYellow).Printf("Waiting for timeout seconds %.1f\n", timeoutVal.Seconds())
 
 	// if no job exists with the given revision, wait for the timeout value
 	timeWait := time.Now().Add(timeoutVal)