Skip to content

Commit 6ba3b11

Browse files
andyzhangxCopilot
andauthored
Update pkg/blobfuse-proxy/init.sh
Co-authored-by: Copilot <[email protected]>
1 parent a1000f1 commit 6ba3b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobfuse-proxy/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ DISTRIBUTION=$($HOST_CMD cat /etc/os-release | grep ^ID= | cut -d'=' -f2 | tr -d
3737
ARCH=$($HOST_CMD uname -m)
3838
echo "Linux distribution: $DISTRIBUTION, Arch: $ARCH"
3939

40-
# install blobfuse-proxy and blobfuse/blofuse2 if needed
40+
# install blobfuse-proxy and blobfuse/blobfuse2 if needed
4141
case "${DISTRIBUTION}" in
4242
"rhcos" | "rhel" | "cos" | "gardenlinux")
4343
. ./blobfuse-proxy/install-proxy-rhcos.sh

0 commit comments

Comments
 (0)