Skip to content

Commit

Permalink
fix: path error
Browse files Browse the repository at this point in the history
  • Loading branch information
Floodnut committed Feb 1, 2025
1 parent 281fdbd commit 4e069ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ done < "$SOURCES_FILE"

cd "$REPO_DIR"
if [[ -n $(git status --porcelain) ]]; then
git add charts/
git add helm/charts/
git commit -m "Daily sync: $(date +'%Y-%m-%d')"
git push origin main
else
Expand Down

0 comments on commit 4e069ec

Please sign in to comment.