Skip to content

Commit

Permalink
fix quote on default open and close tags
Browse files Browse the repository at this point in the history
  • Loading branch information
betafcc committed May 21, 2021
1 parent b4c7368 commit 1eb9508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

clc() {
local open="${open:-'\e[%bm'}"
local close="${close:-'\e[0m'}"
local open="${open:-\e[%bm}"
local close="${close:-\e[0m}"

if [ $# -eq 0 ]; then
clc_parse
Expand Down

0 comments on commit 1eb9508

Please sign in to comment.