Skip to content

Commit 99cefc9

Browse files
authored
chore: fix typo
1 parent 54007f4 commit 99cefc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli/deploy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export const deployCommand = new Command()
160160
tarballFilename,
161161
);
162162

163-
// Atach the metadata to the form data.
163+
// Attach the metadata to the form data.
164164
formData.append("meta", JSON.stringify(meta));
165165

166166
// Attach the tags to the form data.

0 commit comments

Comments
 (0)