From bfbc9bb3019c47e9a918e04d366db913354abbc4 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 25 Oct 2024 13:36:08 +0200 Subject: [PATCH] fix: Add FIXME comment to verify filesystem validity in mapping_create command --- src/commands/mapping_create.cr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/mapping_create.cr b/src/commands/mapping_create.cr index 0d22953..e7557ed 100644 --- a/src/commands/mapping_create.cr +++ b/src/commands/mapping_create.cr @@ -8,6 +8,8 @@ module GX::Commands end def execute + # FIXME: verify that filesystem is valid or return an error + # Assuming create_args is passed to this command with necessary details create_args = @config.create_args