mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-12-13 07:44:59 +00:00
cleaner output and ctrl-c
This commit is contained in:
@@ -16,9 +16,8 @@ limitations under the License.
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/cupcakearmy/autorestic/internal"
|
||||
"github.com/cupcakearmy/autorestic/internal/colors"
|
||||
"github.com/cupcakearmy/autorestic/internal/lock"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
@@ -35,7 +34,7 @@ var checkCmd = &cobra.Command{
|
||||
config := internal.GetConfig()
|
||||
err = config.CheckConfig()
|
||||
CheckErr(err)
|
||||
fmt.Println("Everyting is fine.")
|
||||
colors.Success.Println("Everyting is fine.")
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user