Skip to content

Commit 9b1058f

Browse files
committed
Added escape chars
1 parent 257605c commit 9b1058f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ brews:
120120
bin.install "clace"
121121
post_install: |-
122122
# Create config directory if it doesn't exist
123-
if [ ! -f "#{etc}/clace.toml" ]; then
123+
if [ ! -f "\#{etc}/clace.toml" ]; then
124124
echo "Initializing Clace..."
125-
"#{opt_bin}/clace" password > "#{etc}/clace.toml"
125+
"\#{opt_bin}/clace" password > "\#{etc}/clace.toml"
126126
fi

0 commit comments

Comments
 (0)