fix: Add FIXME comment to verify filesystem validity in mapping_create command
This commit is contained in:
parent
d39c7117a4
commit
bfbc9bb301
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue