Merge pull request #2099 from danlamanna/add-terraform-doctor

tools/terraform: add doctor dependency check
This commit is contained in:
Henrik Lissner 2019-11-21 16:14:09 -05:00 committed by GitHub
commit 2da91f9e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
;;; tools/terraform/doctor.el -*- lexical-binding: t; -*-
(unless (executable-find "terraform")
(warn! "Couldn't find terraform."))