Skip to content

Commit

Permalink
add initial support for SOURCE_DATE_EPOCH
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBrito authored and cpuguy83 committed Mar 15, 2024
1 parent 8806bf1 commit ff2f58a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions load.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ func knownArg(key string) bool {
return true
case "DALEC_DISABLE_DIFF_MERGE":
return true
case "SOURCE_DATE_EPOCH":
return true
}

return platformArg(key)
Expand Down

0 comments on commit ff2f58a

Please sign in to comment.