We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121e40e commit 1da5e67Copy full SHA for 1da5e67
pkg/blobfuse-proxy/install-proxy.sh
@@ -74,7 +74,7 @@ then
74
pkg_list="${pkg_list} blobfuse2"
75
else
76
if echo "${BLOBFUSE2_VERSION}" | grep -q "preview"; then
77
- $HOST_CMD apt remove -y blobfuse2`
+ $HOST_CMD apt remove -y blobfuse2
78
pkg_list="${pkg_list} blobfuse2-preview=${BLOBFUSE2_VERSION}"
79
80
pkg_list="${pkg_list} blobfuse2=${BLOBFUSE2_VERSION}"
0 commit comments