Skip to content

Commit 7de8c31

Browse files
undoing my mistake...
and now this mistake is burned into the repo foreverrrr
1 parent 389c4eb commit 7de8c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/git.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ getRepoName()
134134
{
135135
if [ "$show_repo_name" = "true" ] && [ "$(checkForGitDir)" = "true" ]; then
136136
repo="$(basename "$(git -C "$path" --no-optional-locks rev-parse --show-toplevel 2>/dev/null)")"
137-
echo "$repo"
137+
echo "$repo | "
138138
fi
139139
}
140140

@@ -143,7 +143,7 @@ getMessage()
143143
{
144144
if [ $(checkForGitDir) == "true" ]; then
145145
branch="$(getBranch)"
146-
repo_name="$(getRepoName) | "
146+
repo_name="$(getRepoName)"
147147
output=""
148148

149149
if [ $(checkForChanges) == "true" ]; then

0 commit comments

Comments
 (0)