Bump versions for plugins

This commit is contained in:
Greg Hellings
2024-07-13 01:56:23 -05:00
parent 41e1f3ae03
commit 6ae06cee50
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -10,9 +10,7 @@ writeShellApplication {
];
text = ''
shopt -s globstar
export PACKER_LOG=1
packer init sources
unset PACKER_LOG
for vars in distros/**/*.pkrvars.hcl; do
packer validate -except=upload "-var-file=''${vars}" sources/
done