Commit 008f39a2 by Han Su Kim

Whitespace

parent 62c129a8
...@@ -68,6 +68,6 @@ if [[ -z $noop ]]; then ...@@ -68,6 +68,6 @@ if [[ -z $noop ]]; then
for tag in $(git tag -l | sort -r | tr -d ' ' | grep -E "$filter"); do for tag in $(git tag -l | sort -r | tr -d ' ' | grep -E "$filter"); do
echo "$tag" echo "$tag"
done done
else else
echo "Would have checked for branches or tags using filter $filter" echo "Would have checked for branches or tags using filter $filter"
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment