Skip to content

Commit

Permalink
Updated comment in identifiable blogs script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Jun 22, 2019
1 parent f946642 commit 6bbdb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/blog/identify-deletable-blogs.js
Expand Up @@ -4,7 +4,7 @@ var yesno = require("yesno");
console.log(
"Fetch latest version of subscription from Stripe for each user first:"
);
console.log("node scripts/user/fetch-latest-subscription-for-each-user\n");
console.log("node scripts/user/fetch-subscription-from-stripe.js\n");

yesno.ask("Have you done that? (y/N)", false, function(ok) {
if (!ok) return process.exit();
Expand Down

0 comments on commit 6bbdb45

Please sign in to comment.