Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 26, 2023
1 parent e36a091 commit 4da3753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/src/filesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ cpp11::list fs___GcsFileSystem__options(const std::shared_ptr<fs::GcsFileSystem>
out.push_back({"default_metadata"_nm = metadata});
}

if (opts.project_is.has_value()) {
if (opts.project_id.has_value()) {
out.push_back({"project_id"_nm = opts.project_id.value()});
}

Expand Down

0 comments on commit 4da3753

Please sign in to comment.