contrib/automation/hgautomation/aws.py
changeset 42064 0e9066db5e44
parent 42024 b05a3e28cf24
child 42275 730edbd836d8
--- a/contrib/automation/hgautomation/aws.py	Thu Apr 04 17:47:25 2019 -0700
+++ b/contrib/automation/hgautomation/aws.py	Thu Apr 04 18:01:02 2019 -0700
@@ -118,7 +118,7 @@
 # and configure WinRM.
 # Inspired by the User Data script used by Packer
 # (from https://www.packer.io/intro/getting-started/build-image.html).
-WINDOWS_USER_DATA = '''
+WINDOWS_USER_DATA = r'''
 <powershell>
 
 # TODO enable this once we figure out what is failing.