Skip to content

Commit

Permalink
B #1232: Remove illegal chars (copy/paste error)
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Mar 18, 2019
1 parent 75c8a7d commit a1da47f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/datastore_mad/remotes/ceph/ceph_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ rbd_df_monitor() {
if [ $quota_bytes -ne 0 ]; then
if [ $quota_bytes -lt $free ]; then
export free=$quota_bytes
fi
fi
fi
fi

cat << EOF | tr -d '[:blank:][:space:]'
USED_MB=$(($bytes_used / 1024**2))\n
Expand Down

0 comments on commit a1da47f

Please sign in to comment.