Skip to content

Commit dd1dc0b

Browse files
committed
DISPLAY-986: Minor text fixes
1 parent cfc55fd commit dd1dc0b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
1010
- Minor update of composer packages
1111
- Updated psalm to version 5.x
1212
- Fixed feed data provider id issue [#151](https://github.com/os2display/display-api-service/pull/151)
13-
- Setup separate image builds for itkdev and os2display
13+
- Set up separate image builds for itkdev and os2display
1414

1515
## [1.2.8] - 2023-05-25
1616

infrastructure/itkdev/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ docker build --pull --no-cache --build-arg APP_VERSION=${APP_VERSION} --tag=itkd
1010
docker build --no-cache --build-arg VERSION=${APP_VERSION} --tag=itkdev/os2display-api-service-nginx:${APP_VERSION} --file="nginx/Dockerfile" nginx
1111

1212
# docker push itkdev/os2display-api-service:${APP_VERSION}
13-
# docker push itkdev/os2display-api-service-nginx:${APP_VERSION}
13+
# docker push itkdev/os2display-api-service-nginx:${APP_VERSION}

infrastructure/os2display/display-api-service/etc/confd/conf.d/env.local.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ owner = "www-data"
55
mode = "0644"
66
keys = [
77
"/app-config"
8-
]
8+
]

infrastructure/os2display/nginx/etc/confd/conf.d/default.conf.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ dest = "/etc/nginx/conf.d/default.conf"
44
mode = "0644"
55
keys = [
66
"/nginx-config"
7-
]
7+
]

infrastructure/os2display/nginx/etc/confd/conf.d/nginx.conf.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ dest = "/etc/nginx/nginx.conf"
44
mode = "0644"
55
keys = [
66
"/nginx-config"
7-
]
7+
]

0 commit comments

Comments
 (0)