Commit 3519de5 1 parent 86bc703 commit 3519de5 Copy full SHA for 3519de5
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Sample configuration for different services:
77
77
### Install instructions
78
78
``` bash
79
79
curl -sSL https://raw.githubusercontent.com/kainlite/kube-forward/master/scripts/install.sh | sh
80
-
80
+ ```
81
81
#### Manual Installation
82
82
You can also download the binary directly from the releases page.
83
83
Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ main() {
70
70
if ! command -v curl > /dev/null; then
71
71
echo " Error: curl is required for installation"
72
72
exit 1
73
- }
73
+ fi
74
74
75
75
local PLATFORM=$( detect_platform)
76
76
local VERSION=$( get_latest_release)
77
77
78
78
if [ -z " $VERSION " ]; then
79
79
echo " Error: Unable to determine latest version"
80
80
exit 1
81
- }
81
+ fi
82
82
83
83
install_binary " $PLATFORM " " $VERSION "
84
84
You can’t perform that action at this time.
0 commit comments