Skip to content

Commit 3519de5

Browse files
committed
fix: some typos
1 parent 86bc703 commit 3519de5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Sample configuration for different services:
7777
### Install instructions
7878
```bash
7979
curl -sSL https://raw.githubusercontent.com/kainlite/kube-forward/master/scripts/install.sh | sh
80-
80+
```
8181
#### Manual Installation
8282
You can also download the binary directly from the releases page.
8383

scripts/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ main() {
7070
if ! command -v curl >/dev/null; then
7171
echo "Error: curl is required for installation"
7272
exit 1
73-
}
73+
fi
7474

7575
local PLATFORM=$(detect_platform)
7676
local VERSION=$(get_latest_release)
7777

7878
if [ -z "$VERSION" ]; then
7979
echo "Error: Unable to determine latest version"
8080
exit 1
81-
}
81+
fi
8282

8383
install_binary "$PLATFORM" "$VERSION"
8484

0 commit comments

Comments
 (0)