Skip to content

Commit 36ef0d4

Browse files
build: correcting WORKDIR name (#72)
1 parent 93a3b92 commit 36ef0d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rust-base:
2020
ENV MUSL_VERSION="1.2.5-r0"
2121
RUN apk add --no-cache bash=$BASH_VERSION musl-dev=$MUSL_VERSION
2222
RUN rustup component add rustfmt clippy
23-
WORKDIR "/consistent_whitespace"
23+
WORKDIR "/monkey_interpreter"
2424

2525

2626
check-clean-git-history:
@@ -62,7 +62,7 @@ check-rust-formatting:
6262

6363
golang-base:
6464
FROM golang:1.22.1
65-
WORKDIR "/consistent_whitespace"
65+
WORKDIR "/monkey_interpreter"
6666

6767

6868
shell-formatting-base:

0 commit comments

Comments
 (0)