From df5960403e1cb5c99f07bdc5cafacf6a7a1b9d40 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 9 Sep 2021 20:09:00 +0300
Subject: [PATCH] Fix typo.

---
 Documents/bin/tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documents/bin/tf b/Documents/bin/tf
index 16e7471..9f3de6e 100755
--- a/Documents/bin/tf
+++ b/Documents/bin/tf
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -eu
 
-# A wrapper for Terraform to include a variables file is one exists that matches
+# A wrapper for Terraform to include a variables file if one exists that matches
 # the workspace name (on commands that support that).
 
 workspace="$(terraform workspace show)"
-- 
GitLab