Robert Azarcon commited on
Commit
28ab604
·
1 Parent(s): fadfb38

Add splats batch 20260516_032605

Browse files
Files changed (1) hide show
  1. upload.sh +1 -1
upload.sh CHANGED
@@ -14,7 +14,7 @@ while true; do
14
  if [[ -n $(git status --porcelain) ]]; then
15
  echo "[$(date)] Adding and committing..."
16
  git add .
17
- git commit -m "Add images batch $(date +%Y%m%d_%H%M%S)"
18
  else
19
  echo "[$(date)] Nothing new to commit."
20
  fi
 
14
  if [[ -n $(git status --porcelain) ]]; then
15
  echo "[$(date)] Adding and committing..."
16
  git add .
17
+ git commit -m "Add splats batch $(date +%Y%m%d_%H%M%S)"
18
  else
19
  echo "[$(date)] Nothing new to commit."
20
  fi