Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Kosuke Morimoto <[email protected]>
  • Loading branch information
kmrmt committed Aug 13, 2024
1 parent 4fb802d commit cfaf1bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dockers/agent/core/agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV LC_ALL=en_US.UTF-8
ENV ORG=vdaas
ENV PKG=agent/core/agent
ENV REPO=vald
ENV RUST_HOME=/usr/loacl/lib/rust
ENV RUST_HOME=/usr/local/lib/rust
ENV TZ=Etc/UTC
ENV USER=root
ENV CARGO_HOME=${RUST_HOME}/cargo
Expand Down
2 changes: 1 addition & 1 deletion dockers/ci/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ENV LC_ALL=en_US.UTF-8
ENV ORG=vdaas
ENV PKG=ci/base
ENV REPO=vald
ENV RUST_HOME=/usr/loacl/lib/rust
ENV RUST_HOME=/usr/local/lib/rust
ENV TZ=Etc/UTC
ENV USER=root
ENV RUSTUP_HOME=${RUST_HOME}/rustup
Expand Down
4 changes: 2 additions & 2 deletions dockers/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ ENV LC_ALL=en_US.UTF-8
ENV ORG=vdaas
ENV PKG=dev
ENV REPO=vald
ENV RUST_HOME=/usr/loacl/lib/rust
ENV RUST_HOME=/usr/local/lib/rust
ENV TZ=Etc/UTC
ENV USER=root
ENV CARGO_HOME=${RUST_HOME}/cargo
ENV RUSTUP_HOME=${RUST_HOME}/rustup
ENV CARGO_HOME=${RUST_HOME}/cargo
ENV PATH=${CARGO_HOME}/bin:${GOPATH}/bin:${GOROOT}/bin:${RUSTUP_HOME}/bin:/usr/local/bin:${PATH}
WORKDIR ${GOPATH}/src/github.com/${ORG}/${REPO}
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion hack/docker/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ var (
"PATH": "${PATH}:${GOROOT}/bin:${GOPATH}/bin:/usr/local/bin",
}
rustDefaultEnvironments = map[string]string{
"RUST_HOME": "/usr/loacl/lib/rust",
"RUST_HOME": "/usr/local/lib/rust",
"RUSTUP_HOME": "${RUST_HOME}/rustup",
"CARGO_HOME": "${RUST_HOME}/cargo",
"PATH": "${PATH}:${RUSTUP_HOME}/bin:${CARGO_HOME}/bin:/usr/local/bin",
Expand Down

0 comments on commit cfaf1bb

Please sign in to comment.