From 7db0c4d2025e788b5dc9660485fa6b68386b1344 Mon Sep 17 00:00:00 2001 From: Elijah Lazkani Date: Sat, 18 Mar 2017 21:19:22 -0400 Subject: [PATCH] Fixing variables typo --- salty/base/neovim/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salty/base/neovim/init.sls b/salty/base/neovim/init.sls index 15fce06..19ac055 100644 --- a/salty/base/neovim/init.sls +++ b/salty/base/neovim/init.sls @@ -16,7 +16,7 @@ neovim-install: python-neovim: pkg.installed: - pkgs: - - {{ grains.python2 }} - - {{ grains.python3 }} + - {{ neovim.python2 }} + - {{ neovim.python3 }} {% endif %}