From 94ee1e5d98d323bb611316149656b4e8686143d4 Mon Sep 17 00:00:00 2001 From: WatskeBart Date: Thu, 5 Jan 2023 19:58:12 +0100 Subject: [PATCH] Changed github URL to XFW src command should be pointing to XFW URL IMO --- applications/services/cli/cli_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/services/cli/cli_commands.c b/applications/services/cli/cli_commands.c index 4f47183ed..bb1f3ab7f 100644 --- a/applications/services/cli/cli_commands.c +++ b/applications/services/cli/cli_commands.c @@ -143,7 +143,7 @@ void cli_command_src(Cli* cli, FuriString* args, void* context) { UNUSED(args); UNUSED(context); - printf("https://github.com/RogueMaster/flipperzero-firmware-wPlugins"); + printf("https://github.com/ClaraCrazy/Flipper-Xtreme"); } #define CLI_COMMAND_LOG_RING_SIZE 2048