Skip to content

Commit

Permalink
Version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-on committed Dec 3, 2018
1 parent e205e3a commit f61e872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imgurbash2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
set -a

readonly SELF=${0##*/}
readonly VERSION="3.0"
readonly VERSION="3.1"
readonly CONF_ROOT="$HOME/.config/imgurbash2"
readonly CONF_FILE="$CONF_ROOT/config"
readonly CREDENTIALS_FILE="$CONF_ROOT/credentials.conf"
Expand Down Expand Up @@ -364,7 +364,7 @@ err() {

if [[ $DISABLE_LOGGING != true ]]; then
if [[ "$no_log" -ne 1 ]]; then
echo " ERROR ["$(date '+%Y-%m-%dT%H:%M:%S')" - $JOB_ID] $msg" >> "$LOG_FILE"
echo "ERROR ["$(date '+%Y-%m-%dT%H:%M:%S')" - $JOB_ID] $msg" >> "$LOG_FILE"
fi
fi
}
Expand Down

0 comments on commit f61e872

Please sign in to comment.