Skip to content

Commit

Permalink
Merge branch 'feature-optimize-unit-test' into experiment-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 27, 2025
2 parents 2be4484 + c1ea40a commit 3804a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/quickstart/linux/install-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ ! -f /usr/libexec/docker/cli-plugins/docker-compose ]; then

else
# export PATH=/usr/libexec/docker/cli-plugins/:$PATH
ln -sf /usr/libexec/docker/cli-plugins/docker-compose usr/local/bin/docker-compose
ln -sf /usr/libexec/docker/cli-plugins/docker-compose /usr/local/bin/docker-compose
fi

docker-compose --version

0 comments on commit 3804a1b

Please sign in to comment.