Skip to content

Commit ad25e43

Browse files
authored
[fix] stargazed repo on own line
1 parent 36fb61e commit ad25e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function parseQueryString {
4848
function doCurlRequest {
4949
request=$(curl -s -w "%{http_code}" -X PUT -H "Accept: application/vnd.github.v3+json, application/json" -H "${TOKEN_STRING} ${TOKEN}" -s ${API_PUT_URL});
5050
if [[ $request > 200 && $request < 300 ]]; then
51-
echo -ne "\r \033[K \e[32m✓\e[39m \e]8;;$INFO_URL$clean_name\a$clean_name\e]8;;\a ${SENTENCE}"
51+
echo -e "\r \033[K \e[32m✓\e[39m \e]8;;$INFO_URL$clean_name\a$clean_name\e]8;;\a ${SENTENCE}"
5252
else
5353
echo -e "\n \e[31m✗\e[39m \e]8;;$INFO_URL$clean_name\a$clean_name\e]8;;\a ${SENTENCE} \n"
5454
fi

0 commit comments

Comments
 (0)