From 5abd403c78ef2db4c4cc58066acfee2cddb9b220 Mon Sep 17 00:00:00 2001 From: Uwe Seimet <48174652+uweseimet@users.noreply.github.com> Date: Sat, 13 Nov 2021 05:28:40 +0100 Subject: [PATCH] IMAGE_FILE_INFO used hostname instead of filename (#457) --- src/raspberrypi/rasctl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raspberrypi/rasctl.cpp b/src/raspberrypi/rasctl.cpp index f56c42b9..f811cc0c 100644 --- a/src/raspberrypi/rasctl.cpp +++ b/src/raspberrypi/rasctl.cpp @@ -391,7 +391,7 @@ int main(int argc, char* argv[]) break; case IMAGE_FILE_INFO: - rasctl_commands.CommandImageFileInfo(hostname); + rasctl_commands.CommandImageFileInfo(filename); break; case NETWORK_INTERFACES_INFO: