File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -9,21 +9,21 @@ vendor: Coder
9
9
homepage : https://coder.com
10
10
maintainer : Coder <support@coder.com>
11
11
description : |
12
- Provision development environments with infrastructure with code
12
+ Provision development environments with infrastructure with code
13
13
license : AGPL-3.0
14
14
suggests :
15
- - postgresql
15
+ - postgresql
16
16
17
17
scripts :
18
- preinstall : preinstall.sh
18
+ preinstall : preinstall.sh
19
19
20
20
contents :
21
- - src : coder
22
- dst : /usr/bin/coder
23
- - src : coder.env
24
- dst : /etc/coder.d/coder.env
25
- type : " config|noreplace"
26
- - src : coder-workspace-proxy-openrc
27
- dst : /etc/init.d/coder-workspace-proxy
28
- - src : coder-openrc
29
- dst : /etc/init.d/coder
21
+ - src : coder
22
+ dst : /usr/bin/coder
23
+ - src : coder.env
24
+ dst : /etc/coder.d/coder.env
25
+ type : " config|noreplace"
26
+ - src : coder-workspace-proxy-openrc
27
+ dst : /etc/init.d/coder-workspace-proxy
28
+ - src : coder-openrc
29
+ dst : /etc/init.d/coder
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ nfpm_config_file="nfpm.yaml"
93
93
94
94
# Use nfpm-alpine.yaml when building for Alpine (OpenRC).
95
95
if [[ " $format " == " apk" ]]; then
96
- nfpm_config_file=" nfpm-alpine.yaml"
96
+ nfpm_config_file=" nfpm-alpine.yaml"
97
97
fi
98
98
99
99
pushd " $temp_dir "
You can’t perform that action at this time.
0 commit comments