Skip to content

Commit

Permalink
auto push
Browse files Browse the repository at this point in the history
  • Loading branch information
jnaiman committed Sep 8, 2024
1 parent 958ddc3 commit a41f27d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _site/auto_commit.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
MESSAGE="Auto-commit: $(date)"
REPO_PATH="/Users/jnaiman/is445_bcubcg_fall2023"
REPO_PATH="/Users/jnaiman/is445_bcubcg_fall2024"
cd $REPO_PATH
/usr/bin/git add -A
/usr/bin/git commit -m "$MESSAGE"
Expand Down
2 changes: 1 addition & 1 deletion auto_commit.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
MESSAGE="Auto-commit: $(date)"
REPO_PATH="/Users/jnaiman/is445_bcubcg_fall2023"
REPO_PATH="/Users/jnaiman/is445_bcubcg_fall2024"
cd $REPO_PATH
/usr/bin/git add -A
/usr/bin/git commit -m "$MESSAGE"
Expand Down

0 comments on commit a41f27d

Please sign in to comment.