From 24c5e172ca11ff2ea88ca187f76a4c53acd0385a Mon Sep 17 00:00:00 2001 From: Josh Yan Date: Mon, 8 Jul 2024 10:54:37 -0700 Subject: [PATCH] lint --- cmd/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cmd.go b/cmd/cmd.go index 7411575e5..06bc13332 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -292,7 +292,7 @@ func createBlob(cmd *cobra.Command, client *api.Client, path string) (string, er return digest, nil } - // Successfuly found the model directory + // Successfully found the model directory if err == nil { // Copy blob in via OS specific copy // Linux errors out to use io.copy