Skip to content

Fix error with specifying rev to builtins.fetchGit when creating cache#366

Merged
angerman merged 1 commit intoinput-output-hk:masterfrom
cdepillabout:fix-error-specifying-rev-on-fetchgit
Dec 13, 2019
Merged

Fix error with specifying rev to builtins.fetchGit when creating cache#366
angerman merged 1 commit intoinput-output-hk:masterfrom
cdepillabout:fix-error-specifying-rev-on-fetchgit

Conversation

@cdepillabout
Copy link
Contributor

In #348 I added support to the cache machinery to be able to use bulitins.fetchGit for working with private git repositories.

The cache got a new argument rev (among others) that can be used for specifying a different branch to use (other than master or HEAD).

However, there was a logic error for specifying rev. I missed parenthesis around the record I was constructing.

This PR fixes this logic error.

Copy link
Collaborator

@angerman angerman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

parens!

@angerman
Copy link
Collaborator

Needs more lisp!

@angerman angerman merged commit b390b34 into input-output-hk:master Dec 13, 2019
@cdepillabout cdepillabout deleted the fix-error-specifying-rev-on-fetchgit branch December 13, 2019 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants