Skip to content

Commit b1da2d2

Browse files
committed
ruby: fix typo in extension
1 parent 7a64de5 commit b1da2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ echo "app_lang: $app_lang"
1414

1515
function run_ruby() {
1616
bundle install
17-
unicorn -c unicorn_config.rbs
17+
unicorn -c unicorn_config.rb
1818
echo "$check_message"
1919
}
2020

0 commit comments

Comments
 (0)