Skip to content

Commit 1da5e67

Browse files
jainakanksha-msftk8s-infra-cherrypick-robot
authored andcommitted
Typo fix
1 parent 121e40e commit 1da5e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobfuse-proxy/install-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ then
7474
pkg_list="${pkg_list} blobfuse2"
7575
else
7676
if echo "${BLOBFUSE2_VERSION}" | grep -q "preview"; then
77-
$HOST_CMD apt remove -y blobfuse2`
77+
$HOST_CMD apt remove -y blobfuse2
7878
pkg_list="${pkg_list} blobfuse2-preview=${BLOBFUSE2_VERSION}"
7979
else
8080
pkg_list="${pkg_list} blobfuse2=${BLOBFUSE2_VERSION}"

0 commit comments

Comments
 (0)