Commit df596040 authored by nimrod's avatar nimrod
Browse files

Fix typo.

parent e0d6e73f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/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)"