Rfaulk has submitted this change and it was merged. Change subject: fix - ini syntax. ......................................................................
fix - ini syntax. Change-Id: I39b7f28c425455618707e7c81ea8d921b6b29563 --- M scripts/sartoris.ini 1 file changed, 8 insertions(+), 8 deletions(-) Approvals: Rfaulk: Verified; Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I39b7f28c425455618707e7c81ea8d921b6b29563 Gerrit-PatchSet: 1 Gerrit-Project: sartoris Gerrit-Branch: master Gerrit-Owner: Rfaulk <[email protected]> Gerrit-Reviewer: Rfaulk <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
