Skip to content

Commit 60d0e35

Browse files
committed
Update entry
1 parent 21add8a commit 60d0e35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
- id: validate-renv-lock
124124
name: validate-renv-lock
125125
description: Validate that your `renv.lock`` file is valid json and fits the {renv} schema
126-
entry: inst/hooks/exported/validate-renv-lock.R
126+
entry: Rscript inst/hooks/exported/validate-renv-lock.R
127127
language: r
128128
minimum_pre_commit_version: "2.13.0"
129129
files: '^renv\.lock$'

inst/pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
- id: validate-renv-lock
124124
name: validate-renv-lock
125125
description: Validate that your `renv.lock`` file is valid json and fits the {renv} schema
126-
entry: inst/hooks/exported/validate-renv-lock.R
126+
entry: Rscript inst/hooks/exported/validate-renv-lock.R
127127
language: r
128128
minimum_pre_commit_version: "2.13.0"
129129
files: '^renv\.lock$'

0 commit comments

Comments
 (0)