Skip to content

Commit 317180f

Browse files
committed
Rename install_binaries_hosted_on_gh to install_binaries_from_gh
1 parent a358fde commit 317180f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wsl-init-script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ install_asdf_plugins() {
163163
done
164164
}
165165

166-
install_binaries_hosted_on_gh() {
167-
print "Installing binaries hosted on GitHub..."
166+
install_binaries_from_gh() {
167+
print "Installing binaries from GitHub..."
168168
mkdir -p $HOME/.local/bin
169169

170170
# Tokei
@@ -225,7 +225,7 @@ main() {
225225
sudo apt update
226226
install_asdf
227227
install_asdf_plugins
228-
install_binaries_hosted_on_gh
228+
install_binaries_from_gh
229229
setup_gesttings
230230
setup_wsl
231231
fix_annoyalances

0 commit comments

Comments
 (0)