Skip to content

Commit ed691ca

Browse files
committed
Makefile.postfix: fix typo in postfix target
Fix target kdevops_postfix_setup_relay typo. Signed-off-by: Daniel Gomez <da.gomez@samsung.com>
1 parent 8783f60 commit ed691ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.postfix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ kdevops_postfix_setup_relay: $(KDEVOPS_EXTRA_VARS)
1010
$(Q)ansible-playbook $(ANSIBLE_VERBOSE) \
1111
$(KDEVOPS_PLAYBOOKS_DIR)/postfix_relay_host.yml \
1212
--extra-vars=@./extra_vars.yaml
13-
PHONY += kdevos_postfix_setup_relay
13+
PHONY += kdevops_postfix_setup_relay
1414
ANSIBLE_EXTRA_ARGS += $(POSTFIX_SETUP_ARGS)
1515
LOCALHOST_SETUP_WORK += kdevops_postfix_setup_relay

0 commit comments

Comments
 (0)