Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fixbuddy-wizard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ case "$save_ans" in
# Warn when CWD differs from the chosen project directory, because
# fixbuddy reads .fixbuddy.conf from wherever it is launched.
if [ "$(pwd)" != "$PROJECT" ]; then
printf " ${RED}!${RST} Config is in launch dir, not project dir.\n"
printf " %s!%s Config is in launch dir, not project dir.\n" "$RED" "$RST"
note "Run fixbuddy from $(pwd), or move .fixbuddy.conf into $PROJECT"
fi
note "Next time you can just run: fixbuddy.sh"
Expand Down
Loading