Skip to content

Commit 93df8c6

Browse files
Update crates/ark/src/modules/positron/frontend-methods.R
Co-authored-by: Davis Vaughan <[email protected]>
1 parent d8a8f95 commit 93df8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ark/src/modules/positron/frontend-methods.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
column = 0L
4040
) {
4141
# Don't normalize if that's an `ark:` URI
42-
if (grepl("^ark:", file)) {
42+
if (is_ark_uri(file)) {
4343
kind <- "uri"
4444
} else {
4545
kind <- "path"

0 commit comments

Comments
 (0)