Skip to content

Commit

Permalink
bookkeeping (renamed files: push-index-slides.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
manathan1984 committed Sep 19, 2023
1 parent bb89eaa commit 73cf1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push-CS460-index-slides.sh → push-index-slides.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $? -ne 0 ]; then
exit
fi

git add index.html && git commit -m "CS460: add slides in html"
git add index.html && git commit -m "CS660: add slides in html"
if [ $? -ne 0 ]; then
echo "Could not commit the minor change. Please check whether your repository tree is consistent. Existing!"
exit
Expand Down

0 comments on commit 73cf1da

Please sign in to comment.