Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Runtime: fix the APISIX installation problem caused by a typo (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrychenhf committed Aug 25, 2023
1 parent c18da9f commit 13fcac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cloudtik/runtime/apisix/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function install_apisix() {
sudo DEBIAN_FRONTEND=noninteractive apt-get install -qq -y \
apisix=${APISIX_VERSION}.\* > /dev/null && \
sudo rm -f /etc/apt/sources.list.d/openresty.list && \
sudo rm -f /etc/apt/sources.list.d/apisix.list && \
sudo rm -f /etc/apt/sources.list.d/apisix.list
fi
}

Expand Down

0 comments on commit 13fcac7

Please sign in to comment.