Rfaulk has uploaded a new change for review. https://gerrit.wikimedia.org/r/85519
Change subject: fix - ini syntax. ...................................................................... fix - ini syntax. Change-Id: I39b7f28c425455618707e7c81ea8d921b6b29563 --- M scripts/sartoris.ini 1 file changed, 8 insertions(+), 8 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/sartoris refs/changes/19/85519/1 diff --git a/scripts/sartoris.ini b/scripts/sartoris.ini index 29bb13c..aa26a08 100644 --- a/scripts/sartoris.ini +++ b/scripts/sartoris.ini @@ -4,11 +4,11 @@ ; Initialize instance. [deploy] - target= - path= - user= - hook-dir= - tag-prefix= - remote= - branch= - client-path= \ No newline at end of file +target= +path= +user= +hook-dir= +tag-prefix= +remote= +branch= +client-path= \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/85519 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I39b7f28c425455618707e7c81ea8d921b6b29563 Gerrit-PatchSet: 1 Gerrit-Project: sartoris Gerrit-Branch: master Gerrit-Owner: Rfaulk <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
