From 0bd31218dfc68d41c0c79d189acd4e0b40ffce0d Mon Sep 17 00:00:00 2001 From: Robson Roberto Souza Peixoto Date: Wed, 18 Jan 2023 09:49:09 -0300 Subject: [PATCH] refactor: rename status_util_ok to status_packer_util_ok --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 369b2358..79b21606 100644 --- a/init.lua +++ b/init.lua @@ -12,8 +12,8 @@ local status_ok, packer = pcall(require, "packer") if not status_ok then return end -local status_util_ok, packer_util = pcall(require, "packer.util") -if not status_util_ok then +local status_packer_util_ok, packer_util = pcall(require, "packer.util") +if not status_packer_util_ok then return end