Skip to content

Commit

Permalink
Fix documentation for SOURCE_DATE_EPOCH variable (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Nov 10, 2022
1 parent fad821d commit a157623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feature/build.rs
Expand Up @@ -41,7 +41,7 @@ use {
/// * **NOTE** - To keep processing other sections if an Error occurs in this one, set
/// [`Build::skip_if_error`](Build::skip_if_error_mut()) to true.
/// * **NOTE** - If the
/// [`SOURCE_BUILD_EPOCH`](https://reproducible-builds.org/docs/source-date-epoch/) environment
/// [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/docs/source-date-epoch/) environment
/// variable is set, vergen will use the value of that variable in place of the current time.
///
/// # Example
Expand Down

0 comments on commit a157623

Please sign in to comment.