fix: bug finding fork point commit and removed unused temp_changed_files remote.

This commit is contained in:
Tonye Jack
2022-05-14 21:19:45 -04:00
parent f0da059036
commit 20b6ac540d
2 changed files with 6 additions and 25 deletions

View File

@@ -196,8 +196,6 @@ else
ALL_MODIFIED=$(echo "${ALL_MODIFIED}" | awk '{gsub(/\|/,"\n"); print $0;}' | awk -v d="$INPUT_SEPARATOR" '{s=(NR==1?s:s d)$0}END{print s}')
fi
git remote remove temp_changed_files
echo "Added files: $ADDED"
echo "Copied files: $COPIED"
echo "Deleted files: $DELETED"