Skip to content

Commit b82de7a

Browse files
relastleHiroki-Konishi
authored andcommitted
Update: double-quote
1 parent e920e07 commit b82de7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ RUN go get \
1919
github.com/fatih/color
2020
COPY . .
2121
RUN go build
22-
RUN ln -s /go/src/github.com/relastle/pmy/shell/zshrc.minimal $HOME/.zshrc
22+
RUN ln -s "/go/src/github.com/relastle/pmy/shell/zshrc.minimal" "${HOME}/.zshrc"
2323

2424

0 commit comments

Comments
 (0)