🔧 Fix warn→warning that had been overlooked earlier

This commit is contained in:
Jérôme Petazzoni
2021-04-24 15:32:16 +02:00
parent 07818688a7
commit a6992e0c09

View File

@@ -1,5 +1,5 @@
INFRACLASS=hetzner
if ! [ -f ~/.config/hcloud/cli.toml ]; then
warn "~/.config/hcloud/cli.toml not found."
warn "Make sure that the Hetzner CLI (hcloud) is installed and configured."
warning "~/.config/hcloud/cli.toml not found."
warning "Make sure that the Hetzner CLI (hcloud) is installed and configured."
fi