Skip to content

Commit 492d114

Browse files
committed
Apply changes from code review
1 parent 4f4b19a commit 492d114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test:
6262
crystal spec
6363

6464
verify:
65-
crystal build src/invidious.cr -Ddont_fetch_videojs \
65+
crystal build src/invidious.cr -Dskip_videojs_download \
6666
--no-codegen --progress --stats --error-trace
6767

6868

src/invidious.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ LOGGER = Invidious::LogHandler.new(OUTPUT, CONFIG.log_level)
114114
# Check table integrity
115115
Invidious::Database.check_integrity(CONFIG)
116116

117-
{% unless flag?(:dont_fetch_videojs) %}
117+
{% if !flag?(:skip_videojs_download) %}
118118
# Resolve player dependencies. This is done at compile time.
119119
#
120120
# Running the script by itself would show some colorful feedback while this doesn't.

0 commit comments

Comments
 (0)