Update source/src/commands/backupdata.cpp
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 25s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m1s

This commit is contained in:
j
2025-12-30 14:16:34 +13:00
parent d7f257f2f8
commit 813c689fc5

View File

@@ -18,7 +18,6 @@
namespace dropshell namespace dropshell
{ {
int backupdata_handler(const CommandContext &ctx); int backupdata_handler(const CommandContext &ctx);
static std::vector<std::string> backupdata_name_list = {"backupdata", "bd", "backup", "bup"}; static std::vector<std::string> backupdata_name_list = {"backupdata", "bd", "backup", "bup"};