Skip to content

Commit 955a5c4

Browse files
committed
removed typo
1 parent 2e2f74b commit 955a5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/remote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ remote_dns_health_check() {
141141
echo -n "After resolving issue run " >> $tmpfile
142142
echo -e "following commands:\n" >> $tmpfile
143143
echo "v-unsuspend-remote-dns-host $HOST" >> $tmpfile
144-
echo "v-sync-dns-clustert $HOST" >> $tmpfile
144+
echo "v-sync-dns-cluster $HOST" >> $tmpfile
145145
echo -e "\n\n--\nVesta Control Panel\n$(hostname)" >> $tmpfile
146146
cat $tmpfile | $send_mail -s "$subj" $email
147147

0 commit comments

Comments
 (0)