Skip to content

Commit 3e05369

Browse files
committed
Update crates/ark/src/modules/positron/frontend-methods.R
1 parent 708f302 commit 3e05369

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)