Skip to content

Commit

Permalink
fix: correct dconf key in default-uuid bluefin-cli (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Feb 14, 2024
1 parent 232a053 commit df40f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/libexec/enable-bluefin-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function get_status(){
else
bluefin_cli[1]="${red}Inactive${n}"
fi
get_default=$(dconf read /org/gnome/Prompt/Profiles/default-profile-uuid)
get_default=$(dconf read /org/gnome/Prompt/default-profile-uuid)
if test "$get_default" = "'a21a910811504857bea4c96b3d937b93'"; then
bluefin_cli[2]="${green}Default${n}"
else
Expand Down

0 comments on commit df40f7b

Please sign in to comment.