From 9bc332b83393d9b0e767895750df7ee6ed2dc36d Mon Sep 17 00:00:00 2001 From: Lucas Miguel Date: Thu, 5 Dec 2024 17:21:01 -0300 Subject: [PATCH] Ajuste carregamento de aquivo --- lua/nvim-sync-ftp/cli.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/nvim-sync-ftp/cli.lua b/lua/nvim-sync-ftp/cli.lua index e4f00b4..47b45e6 100644 --- a/lua/nvim-sync-ftp/cli.lua +++ b/lua/nvim-sync-ftp/cli.lua @@ -76,8 +76,6 @@ function M.getConfig() else message(err); end - else - message.error("Config file not found!") end return configTemp