Skip to content

Commit 511c213

Browse files
committed
Typos lol
1 parent a9bf36b commit 511c213

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

coderd/database/migrations/testdata/full_dumps/v0.7.12/000028_dump_v0.7.12.up.sql

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,22 +183,22 @@ This template will use the Docker socket present on
183183
the Coder host, which is not necessarily your local machine.
184184

185185
You can specify a different host in the template file and
186-
surpress this warning.
186+
suppress this warning.
187187
', 'none', '', false, 'provisioner_variable', false, '', false, 'Cancelling template create.', 'contains(["Continue using /var/run/docker.sock on the Coder host"], var.step1_docker_host_warning)', 'hcl', '') ON CONFLICT DO NOTHING;
188188
INSERT INTO public.parameter_schemas VALUES ('f239329d-2328-437b-a3e6-470f7e91fd99', '2022-11-02 13:36:23.908523+02', '391d562a-af1a-4f4c-81d3-244f3006d9c7', 'step2_arch', 'arch: What architecture is your Docker host on?', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.step2_arch)', 'hcl', '') ON CONFLICT DO NOTHING;
189189
INSERT INTO public.parameter_schemas VALUES ('1bbddc70-22ff-4f8b-a423-64a0260f1eda', '2022-11-02 13:36:23.909951+02', '391d562a-af1a-4f4c-81d3-244f3006d9c7', 'step3_OS', 'What operating system is your Coder host on?
190-
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be MacOS, Windows, or Linux.', 'contains(["MacOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '') ON CONFLICT DO NOTHING;
190+
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be macOS, Windows, or Linux.', 'contains(["macOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '') ON CONFLICT DO NOTHING;
191191
INSERT INTO public.parameter_schemas VALUES ('f8cb7a23-e732-4ee9-a263-8c9383e856d4', '2022-11-02 13:36:27.397704+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step1_docker_host_warning', 'Is Docker running on the Coder host?
192192

193193
This template will use the Docker socket present on
194194
the Coder host, which is not necessarily your local machine.
195195

196196
You can specify a different host in the template file and
197-
surpress this warning.
197+
suppress this warning.
198198
', 'none', '', false, 'provisioner_variable', false, '', false, 'Cancelling template create.', 'contains(["Continue using /var/run/docker.sock on the Coder host"], var.step1_docker_host_warning)', 'hcl', '') ON CONFLICT DO NOTHING;
199199
INSERT INTO public.parameter_schemas VALUES ('15e99f3d-c60c-4649-9442-c84e8639b9f8', '2022-11-02 13:36:27.399443+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step2_arch', 'arch: What architecture is your Docker host on?', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.step2_arch)', 'hcl', '') ON CONFLICT DO NOTHING;
200200
INSERT INTO public.parameter_schemas VALUES ('cdd9dfa6-0550-4a53-9bb7-8465628dedcc', '2022-11-02 13:36:27.40081+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step3_OS', 'What operating system is your Coder host on?
201-
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be MacOS, Windows, or Linux.', 'contains(["MacOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '') ON CONFLICT DO NOTHING;
201+
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be macOS, Windows, or Linux.', 'contains(["macOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '') ON CONFLICT DO NOTHING;
202202
INSERT INTO public.parameter_schemas VALUES ('c7ed9a02-6a1c-46e1-925d-51b505599ac2', '2022-11-02 13:36:27.402454+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'docker_image', 'What Docker image would you like to use for your workspace?', 'data', 'base', true, 'provisioner_variable', false, '', true, 'Invalid Docker image!', 'contains(["base", "java", "node"], var.docker_image)', 'hcl', '') ON CONFLICT DO NOTHING;
203203

204204

@@ -1611,7 +1611,7 @@ See `params.sample.yaml` for more information.
16111611
This template has the following predefined parameters:
16121612

16131613
- `docker_host`: Path to (or address of) the Docker socket.
1614-
> You can determine the correct value for this by runnning
1614+
> You can determine the correct value for this by running
16151615
> `docker context ls`.
16161616
- `docker_arch`: Architecture of the host running Docker.
16171617
This can be `amd64`, `arm64`, or `armv7`.
@@ -1637,7 +1637,7 @@ See `params.sample.yaml` for more information.
16371637
This template has the following predefined parameters:
16381638

16391639
- `docker_host`: Path to (or address of) the Docker socket.
1640-
> You can determine the correct value for this by runnning
1640+
> You can determine the correct value for this by running
16411641
> `docker context ls`.
16421642
- `docker_arch`: Architecture of the host running Docker.
16431643
This can be `amd64`, `arm64`, or `armv7`.
@@ -1663,7 +1663,7 @@ See `params.sample.yaml` for more information.
16631663
This template has the following predefined parameters:
16641664

16651665
- `docker_host`: Path to (or address of) the Docker socket.
1666-
> You can determine the correct value for this by runnning
1666+
> You can determine the correct value for this by running
16671667
> `docker context ls`.
16681668
- `docker_arch`: Architecture of the host running Docker.
16691669
This can be `amd64`, `arm64`, or `armv7`.
@@ -1689,7 +1689,7 @@ See `params.sample.yaml` for more information.
16891689
This template has the following predefined parameters:
16901690

16911691
- `docker_host`: Path to (or address of) the Docker socket.
1692-
> You can determine the correct value for this by runnning
1692+
> You can determine the correct value for this by running
16931693
> `docker context ls`.
16941694
- `docker_arch`: Architecture of the host running Docker.
16951695
This can be `amd64`, `arm64`, or `armv7`.

coderd/database/migrations/testdata/full_dumps/v0.8.15/000049_dump_v0.8.15.up.sql

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,23 +217,23 @@ This template will use the Docker socket present on
217217
the Coder host, which is not necessarily your local machine.
218218

219219
You can specify a different host in the template file and
220-
surpress this warning.
220+
suppress this warning.
221221
', 'none', '', false, 'provisioner_variable', false, '', false, 'Cancelling template create.', 'contains(["Continue using /var/run/docker.sock on the Coder host"], var.step1_docker_host_warning)', 'hcl', '', 2) ON CONFLICT DO NOTHING;
222222
INSERT INTO public.parameter_schemas VALUES ('f239329d-2328-437b-a3e6-470f7e91fd99', '2022-11-02 13:36:23.908523+02', '391d562a-af1a-4f4c-81d3-244f3006d9c7', 'step2_arch', 'arch: What architecture is your Docker host on?', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.step2_arch)', 'hcl', '', 3) ON CONFLICT DO NOTHING;
223223
INSERT INTO public.parameter_schemas VALUES ('1bbddc70-22ff-4f8b-a423-64a0260f1eda', '2022-11-02 13:36:23.909951+02', '391d562a-af1a-4f4c-81d3-244f3006d9c7', 'step3_OS', 'What operating system is your Coder host on?
224-
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be MacOS, Windows, or Linux.', 'contains(["MacOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '', 4) ON CONFLICT DO NOTHING;
224+
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be macOS, Windows, or Linux.', 'contains(["macOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '', 4) ON CONFLICT DO NOTHING;
225225
INSERT INTO public.parameter_schemas VALUES ('c7ed9a02-6a1c-46e1-925d-51b505599ac2', '2022-11-02 13:36:27.402454+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'docker_image', 'What Docker image would you like to use for your workspace?', 'data', 'base', true, 'provisioner_variable', false, '', true, 'Invalid Docker image!', 'contains(["base", "java", "node"], var.docker_image)', 'hcl', '', 1) ON CONFLICT DO NOTHING;
226226
INSERT INTO public.parameter_schemas VALUES ('f8cb7a23-e732-4ee9-a263-8c9383e856d4', '2022-11-02 13:36:27.397704+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step1_docker_host_warning', 'Is Docker running on the Coder host?
227227

228228
This template will use the Docker socket present on
229229
the Coder host, which is not necessarily your local machine.
230230

231231
You can specify a different host in the template file and
232-
surpress this warning.
232+
suppress this warning.
233233
', 'none', '', false, 'provisioner_variable', false, '', false, 'Cancelling template create.', 'contains(["Continue using /var/run/docker.sock on the Coder host"], var.step1_docker_host_warning)', 'hcl', '', 2) ON CONFLICT DO NOTHING;
234234
INSERT INTO public.parameter_schemas VALUES ('15e99f3d-c60c-4649-9442-c84e8639b9f8', '2022-11-02 13:36:27.399443+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step2_arch', 'arch: What architecture is your Docker host on?', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.step2_arch)', 'hcl', '', 3) ON CONFLICT DO NOTHING;
235235
INSERT INTO public.parameter_schemas VALUES ('cdd9dfa6-0550-4a53-9bb7-8465628dedcc', '2022-11-02 13:36:27.40081+02', '8cbdb824-fe5d-4496-8f87-e2c31d24d442', 'step3_OS', 'What operating system is your Coder host on?
236-
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be MacOS, Windows, or Linux.', 'contains(["MacOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '', 4) ON CONFLICT DO NOTHING;
236+
', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be macOS, Windows, or Linux.', 'contains(["macOS", "Windows", "Linux"], var.step3_OS)', 'hcl', '', 4) ON CONFLICT DO NOTHING;
237237
INSERT INTO public.parameter_schemas VALUES ('8320ac9e-cbb8-4e1e-810b-c78edb19fad4', '2022-11-02 13:31:33.386083+02', '8cff6071-0a97-4c99-9fff-dc3507dd259b', 'docker_arch', 'Specify architecture of docker host (amd64, arm64, or armv7)', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.docker_arch)', 'hcl', '', 1) ON CONFLICT DO NOTHING;
238238
INSERT INTO public.parameter_schemas VALUES ('a81f23fe-d849-4773-afec-64d332f672a9', '2022-11-02 13:31:33.384416+02', '8cff6071-0a97-4c99-9fff-dc3507dd259b', 'docker_host', 'Specify location of Docker socket (check `docker context ls` if you''re not sure)', 'none', '', false, 'provisioner_variable', false, '', false, '', '', 'none', '', 2) ON CONFLICT DO NOTHING;
239239
INSERT INTO public.parameter_schemas VALUES ('47c7b35e-09cd-452f-83fe-d674ffbb645c', '2022-11-02 13:30:35.394671+02', 'ba1deb9c-0e65-4849-9ac8-c1652bffd2a0', 'docker_arch', 'Specify architecture of docker host (amd64, arm64, or armv7)', 'none', '', false, 'provisioner_variable', false, '', false, 'Value must be amd64, arm64, or armv7.', 'contains(["amd64", "arm64", "armv7"], var.docker_arch)', 'hcl', '', 1) ON CONFLICT DO NOTHING;
@@ -2099,7 +2099,7 @@ See `params.sample.yaml` for more information.
20992099
This template has the following predefined parameters:
21002100

21012101
- `docker_host`: Path to (or address of) the Docker socket.
2102-
> You can determine the correct value for this by runnning
2102+
> You can determine the correct value for this by running
21032103
> `docker context ls`.
21042104
- `docker_arch`: Architecture of the host running Docker.
21052105
This can be `amd64`, `arm64`, or `armv7`.
@@ -2125,7 +2125,7 @@ See `params.sample.yaml` for more information.
21252125
This template has the following predefined parameters:
21262126

21272127
- `docker_host`: Path to (or address of) the Docker socket.
2128-
> You can determine the correct value for this by runnning
2128+
> You can determine the correct value for this by running
21292129
> `docker context ls`.
21302130
- `docker_arch`: Architecture of the host running Docker.
21312131
This can be `amd64`, `arm64`, or `armv7`.
@@ -2151,7 +2151,7 @@ See `params.sample.yaml` for more information.
21512151
This template has the following predefined parameters:
21522152

21532153
- `docker_host`: Path to (or address of) the Docker socket.
2154-
> You can determine the correct value for this by runnning
2154+
> You can determine the correct value for this by running
21552155
> `docker context ls`.
21562156
- `docker_arch`: Architecture of the host running Docker.
21572157
This can be `amd64`, `arm64`, or `armv7`.
@@ -2177,7 +2177,7 @@ See `params.sample.yaml` for more information.
21772177
This template has the following predefined parameters:
21782178

21792179
- `docker_host`: Path to (or address of) the Docker socket.
2180-
> You can determine the correct value for this by runnning
2180+
> You can determine the correct value for this by running
21812181
> `docker context ls`.
21822182
- `docker_arch`: Architecture of the host running Docker.
21832183
This can be `amd64`, `arm64`, or `armv7`.

0 commit comments

Comments
 (0)