Skip to content

Commit

Permalink
Change only to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IlliaNebeskyi committed Jan 26, 2024
1 parent a79c284 commit 0c1f151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devkit/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Devkit for CSI-Baremetal
This directory contains source files to build docker image that should be used
TThis directory contains source files to build docker image that should be used
to build [csi-baremetal](https://github.com/dell/csi-baremetal).

#### Build and Installation
Expand Down
2 changes: 1 addition & 1 deletion variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ LIVENESS_PROBE := livenessprobe
BUSYBOX := busybox

HEALTH_PROBE := health_probe
HEALTH_PROBE_BIN_URL := https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.24/grpc_health_probe-linux-amd64
HEALTH_PROBE_BIN_URL := https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.22/grpc_health_probe-linux-amd64

### go env vars
GO_ENV_VARS := GO111MODULE=on ${GOPRIVATE_PART} ${GOPROXY_PART}
Expand Down

0 comments on commit 0c1f151

Please sign in to comment.