Browse Source

Improve profile auto-selection log message.

main
Titouan Rigoudy 4 years ago
parent
commit
a4248ce7fa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      style-gnome-terminal.sh

+ 1
- 1
style-gnome-terminal.sh View File

@ -282,7 +282,7 @@ function choose_profile() {
if [ "${NUM_PROFILES}" -eq 1 ]; then if [ "${NUM_PROFILES}" -eq 1 ]; then
PROFILE="${PROFILES[0]}" PROFILE="${PROFILES[0]}"
PROFILE_NAME=$(profile_get_name "${PROFILE}") PROFILE_NAME=$(profile_get_name "${PROFILE}")
log "Found single gnome-terminal profile ${PROFILE_NAME}, using it."
log "Found single gnome-terminal profile named '${PROFILE_NAME}', using it."
echo "${PROFILE}" echo "${PROFILE}"
return return
fi fi


Loading…
Cancel
Save