config: reword for ".tf" extension force

This commit is contained in:
Mitchell Hashimoto 2014-07-11 20:05:38 -07:00
parent e0bc61d414
commit 9d028ab6de
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func loadTree(root string) (*importTree, error) {
f = loadFileLibucl
default:
return nil, fmt.Errorf(
"%s: uknown configuration format. Use '.tf' or '.tf.rb' extension",
"%s: unknown configuration format. Use '.tf' extension",
root)
}