Skip to content

Commit 294fb31

Browse files
committed
fmt
1 parent f541b3b commit 294fb31

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

scripts/linux-pkg/nfpm-alpine.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ vendor: Coder
99
homepage: https://coder.com
1010
maintainer: Coder <support@coder.com>
1111
description: |
12-
Provision development environments with infrastructure with code
12+
Provision development environments with infrastructure with code
1313
license: AGPL-3.0
1414
suggests:
15-
- postgresql
15+
- postgresql
1616

1717
scripts:
18-
preinstall: preinstall.sh
18+
preinstall: preinstall.sh
1919

2020
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

scripts/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ nfpm_config_file="nfpm.yaml"
9393

9494
# Use nfpm-alpine.yaml when building for Alpine (OpenRC).
9595
if [[ "$format" == "apk" ]]; then
96-
nfpm_config_file="nfpm-alpine.yaml"
96+
nfpm_config_file="nfpm-alpine.yaml"
9797
fi
9898

9999
pushd "$temp_dir"

0 commit comments

Comments
 (0)