From: Maria Matejka Date: Thu, 23 Nov 2023 09:00:33 +0000 (+0100) Subject: fixup! fixup! fixup! fixup! various fices X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8a604b43ac81cf0ea73938025fe0ea8f0f23ad;p=thirdparty%2Fbird.git fixup! fixup! fixup! fixup! various fices --- diff --git a/nest/cmds.c b/nest/cmds.c index f1e05fd7f..d0a722423 100644 --- a/nest/cmds.c +++ b/nest/cmds.c @@ -190,7 +190,7 @@ cmd_show_memory(void) cbor_close_block_or_list(w); // we do not know for sure, that standby memory will be printed, so we do not know number of block items. If we know that, we open the block for 6 (or 5) items and we do not close anything - cbor_write_to_file(w, "bird/yang/show_memory.cbor"); + cbor_write_to_file(w, "show_memory.cbor"); }