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