Commit 85e9d5d6 authored by Kim, Hyeonseo's avatar Kim, Hyeonseo
Browse files

Update a warning message in cli/nodeinfo.ts

parent bbbf8ccc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ export const command = new Command()
  .action(async (options, host: string) => {
    if (Deno.args[0] === "node") {
      console.warn(
        "fedify node will be deprecated in fedify 2.0.0. Use fedify nodeinfo instead.",
        "Warning: `fedify node` will be deprecated in Fedify 2.0.0. Use `fedify nodeinfo` instead.",
      );
    }