Skip to content

Commit

Permalink
fix: update creds helper version
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Feb 14, 2021
1 parent ff54528 commit 76fd489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/lm/requirements.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const getHelperVersion = async function () {

const checkHelperVersion = async function () {
const version = await getHelperVersion()
const expectedVersion = '0.1.1'
const expectedVersion = '0.1.10'
return matchVersion(
version,
/git-credential-netlify\/([.\d]+).*/,
Expand Down

0 comments on commit 76fd489

Please sign in to comment.