Skip to content

Commit e9b65a8

Browse files
committed
corrects typo in lock file name
1 parent de82cab commit e9b65a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoupdate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def main():
1616
'Pipfile': {'command': 'pipenv update', 'lock': 'Pipfile.lock'},
1717
'poetry.lock': {'command': 'poetry update --lock', 'lock': 'poetry.lock'},
1818
'Gemfile': {'command': 'bundle update --all', 'lock': 'Gemfile.lock'},
19-
'go.mod': {'command': 'go get -u ./... && go mod tidy', 'lock': 'go.sum go mod'},
19+
'go.mod': {'command': 'go get -u ./... && go mod tidy', 'lock': 'go.sum go.mod'},
2020
'package-lock.json': {'command': 'npm update', 'lock': 'package-lock.json'},
2121
'yarn.lock': {'command': 'hash yarn >/dev/null 2>&1 && yarn upgrade || corepack yarn upgrade',
2222
'lock': 'yarn.lock package.json'}

0 commit comments

Comments
 (0)