Josh Yan 9 months ago
parent
commit
a037528bba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/cmd.go

+ 1 - 1
cmd/cmd.go

@@ -295,7 +295,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