Skip to content

Commit

Permalink
Another bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Vicentin committed Jan 20, 2023
1 parent 3782126 commit 5c2188b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slacks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ function debug {
# Config
#===============================================================================
function create_config_if_not_exist {
[ -f "$CONFIG_FILE"} ] && return
[ -f "$CONFIG_FILE" ] && return

# Create default file
echo -e "$DEFAULT_CONFIG" > "$CONFIG_FILE"
echo
echo "A default configuration has been created at ${GREEN}${CONFIG_FILE}.${RESET}"
echo "A default configuration has been created at ${GREEN}${CONFIG_FILE}${RESET}"

debug "Config file not found. Creating a new one"
}
Expand Down

0 comments on commit 5c2188b

Please sign in to comment.