Skip to content

Commit e197c12

Browse files
committed
Add missing semicolon
1 parent 720c250 commit e197c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sub MAIN(*@tasks,
1414
}
1515
EVALFILE $file;
1616
ake-precheck :$force;
17-
execute @tasks || default
17+
execute @tasks || default;
1818

1919
say '';
2020
say '==================== DEPRECATION NOTE ====================';

0 commit comments

Comments
 (0)