diff --git a/workspace/05_hyRefactor_flines.Rmd b/workspace/05_hyRefactor_flines.Rmd
index ccdb4274a4dc8233f31860becd63b3769f340893..3b1c27fe72764a8741c53c6c4f226cba3209e537 100644
--- a/workspace/05_hyRefactor_flines.Rmd
+++ b/workspace/05_hyRefactor_flines.Rmd
@@ -183,7 +183,7 @@ if(needs_layer(out_refac_gpkg, outlets_layer)) {
 check_dups_poi <- final_outlets %>%
   group_by(reconciled_ID) %>%
   filter(n() > 1) %>%
-  ungroup
+  ungroup()
 
 if(nrow(check_dups_poi) > 1){
   print("Double-check for double POIs")