Skip to content

Commit 6156b76

Browse files
authored
Remove dot in network database message (#1621)
1 parent aa1905c commit 6156b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/deploy/hooks/finalize-after.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
label: "{{ item[0].item }}"
2121
when: project.update_wp_theme_paths | default(update_wp_theme_paths | default(true)) | bool and item[1] is match(deploy_helper.releases_path)
2222

23-
- name: Warn about updating network database.
23+
- name: Warn about updating network database
2424
debug:
2525
msg: "Updating the network database could take a long time with a large number of sites."
2626
when: project.update_db_on_deploy | default(update_db_on_deploy) and project.multisite.enabled | default(false)

0 commit comments

Comments
 (0)