packerInit: Print error on clone failed

This commit is contained in:
Akianonymus 2021-08-23 11:07:44 +05:30 committed by siduck76
parent 1b2ec94b75
commit 753f144d3f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if not present then
if present then if present then
print "Packer cloned successfully." print "Packer cloned successfully."
else else
error("Couldn't clone packer !\nPacker path: " .. packer_path) error("Couldn't clone packer !\nPacker path: " .. packer_path .. "\n" .. packer)
end end
end end