mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix typo: expacts -> expects
This commit is contained in:
parent
f61b7af815
commit
07505ed159
@ -30,7 +30,7 @@ func (c *RefreshCommand) Run(args []string) int {
|
|||||||
var configPath string
|
var configPath string
|
||||||
args = cmdFlags.Args()
|
args = cmdFlags.Args()
|
||||||
if len(args) > 1 {
|
if len(args) > 1 {
|
||||||
c.Ui.Error("The apply command expacts at most one argument.")
|
c.Ui.Error("The apply command expects at most one argument.")
|
||||||
cmdFlags.Usage()
|
cmdFlags.Usage()
|
||||||
return 1
|
return 1
|
||||||
} else if len(args) == 1 {
|
} else if len(args) == 1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user