Skip to content

Commit

Permalink
fix: correct name in enable-bluefin-cli.sh (ublue-os#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored and bayou-brogrammer committed Feb 12, 2024
1 parent 603e5ff commit e0900a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions usr/libexec/enable-bluefin-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ function default_login(){
toggle=$(Choose Default Not-Default Cancel)
if test "$toggle" = "Default"; then
echo "Setting Bluefin-CLI to default Prompt Profile"
/usr/libexec/prompt-create-profile bluefin-cli default
/usr/libexec/prompt-create-profile.sh bluefin-cli default
elif test "$toggle" = "Not-Default"; then
echo "Setting Host back to default Prompt Profile"
/usr/libexec/prompt-create-profile Host default
/usr/libexec/prompt-create-profile.sh Host default
else
dconf write /or
echo "Not Changing"
Expand Down Expand Up @@ -65,7 +65,7 @@ function logic(){
fi
fi
echo "Setting Host back to default Prompt Profile"
/usr/libexec/prompt-create-profile Host default
/usr/libexec/prompt-create-profile.sh Host default
else
echo "Not Changing"
fi
Expand All @@ -78,4 +78,4 @@ function main(){
get_status
}

main
main

0 comments on commit e0900a6

Please sign in to comment.