Skip to content

Commit f7217ea

Browse files
committed
🩹🔨 fix phony
1 parent 55019f2 commit f7217ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ green_file: format
8989
|| git restore .
9090
chmod g+w -R .
9191

92-
refactor: format
92+
refactor_file: format
9393
Rscript -e "devtools::test_active_file('${file}',stop_on_failure = TRUE)" \
9494
&& (git add R/*.R ${file} && git commit -m "♻️ Refactor") \
9595
|| git restore .

0 commit comments

Comments
 (0)