Skip to content

Commit

Permalink
added files
Browse files Browse the repository at this point in the history
  • Loading branch information
egbedo committed Oct 16, 2024
1 parent 4778164 commit 33552cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ test.py
builder.lock
*.html
*.txt
*.xml


Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fi
if [ -z "$SOURCE_DATE_EPOCH" ]; then
CURRENT_DATE=$(date -u +"%Y-%m-%d %H:%M:%S")
else
CURRENT_DATE=$(date -u -d @$SOURCE_DATE_EPOCH +"%Y-%m-%d %H:%M:%S")
CURRENT_DATE=$(date -u -d @"$SOURCE_DATE_EPOCH" +"%Y-%m-%d %H:%M:%S")
fi

# Get previous date from changelog
Expand Down

0 comments on commit 33552cf

Please sign in to comment.