Skip to content

Commit b605a16

Browse files
committed
fix warning
1 parent 8401fbb commit b605a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/pull.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ const pullSites = async ({ code, withVariables }) => {
287287
}
288288

289289
const pullCollection = async () => {
290-
warn("appwrite push collection has been deprecated. Please consider using 'appwrite push tables' instead");
290+
warn("appwrite pull collection has been deprecated. Please consider using 'appwrite pull tables' instead");
291291
log("Fetching collections ...");
292292
let total = 0;
293293

0 commit comments

Comments
 (0)