diff options
author | Anton Tananaev <anton@traccar.org> | 2024-06-05 06:17:11 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2024-06-05 06:17:11 -0700 |
commit | 1e9bf35f67b67bd32a40ecc4339edd525e2cd797 (patch) | |
tree | 5b5be658b4f9f41cd2a7d359730e184587faceed /setup/cloud-init.yaml | |
parent | 2264c1699766ab377e01b8c14db4f0e9fbe3a196 (diff) | |
download | trackermap-server-1e9bf35f67b67bd32a40ecc4339edd525e2cd797.tar.gz trackermap-server-1e9bf35f67b67bd32a40ecc4339edd525e2cd797.tar.bz2 trackermap-server-1e9bf35f67b67bd32a40ecc4339edd525e2cd797.zip |
Use double quotes XML declaration
Diffstat (limited to 'setup/cloud-init.yaml')
-rw-r--r-- | setup/cloud-init.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/cloud-init.yaml b/setup/cloud-init.yaml index 3d55f5f6f..734f8e370 100644 --- a/setup/cloud-init.yaml +++ b/setup/cloud-init.yaml @@ -2,7 +2,7 @@ write_files: - content: | - <?xml version='1.0' encoding='UTF-8'?> + <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'> <properties> <entry key='database.driver'>com.mysql.jdbc.Driver</entry> |