Skip to content

Commit 10ac0b0

Browse files
committed
Fix goreleaser intentation
1 parent cdbb044 commit 10ac0b0

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

.goreleaser.yml

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,33 +58,31 @@ brews:
5858
log_path var/"log/candy/output.log"
5959
error_log_path var/"log/candy/output.log"
6060
caveats: |
61-
<<~EOS
62-
To finish the installation, you need to create a DNS resolver file
63-
in /etc/resolver/YOUR_DOMAIN. Creating the /etc/resolver directory
64-
and the config file requires superuser privileges. You can set things
65-
up with an one-liner
61+
To finish the installation, you need to create a DNS resolver file
62+
in /etc/resolver/YOUR_DOMAIN. Creating the /etc/resolver directory
63+
and the config file requires superuser privileges. You can set things
64+
up with an one-liner
6665
67-
sudo candy setup
66+
sudo candy setup
6867
69-
Alternatively, you can execute the following bash script
68+
Alternatively, you can execute the following bash script
7069
71-
sudo mkdir -p /etc/resolver && \\
72-
sudo chown -R $(whoami):$(id -g -n) /etc/resolver && \\
73-
cp #{etc/"resolver/candy-test"} /etc/resolver/candy-test
70+
sudo mkdir -p /etc/resolver && \\
71+
sudo chown -R $(whoami):$(id -g -n) /etc/resolver && \\
72+
cp #{etc/"resolver/candy-test"} /etc/resolver/candy-test
7473
75-
To have launchd start Candy now and restart at login
74+
To have launchd start Candy now and restart at login
7675
77-
brew services start candy
76+
brew services start candy
7877
79-
Or, if you don't want/need a background service you can just run
78+
Or, if you don't want/need a background service you can just run
8079
81-
candy run
80+
candy run
8281
83-
A sample Candy config file is in #{etc/"candyconfig"}. You can
84-
copy it to your home to override Candy's default setting
82+
A sample Candy config file is in #{etc/"candyconfig"}. You can
83+
copy it to your home to override Candy's default setting
8584
86-
cp #{etc/"candyconfig"} ~/.candyconfig
87-
EOS
85+
cp #{etc/"candyconfig"} ~/.candyconfig
8886
test: |
8987
http = free_port
9088
https = free_port

0 commit comments

Comments
 (0)