mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Surround __DIR__ with quotes to handle paths with spaces (#114)
This commit is contained in:
parent
504f537208
commit
d418fb0ef7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ require "./ameba/formatter/*"
|
|||
module Ameba
|
||||
extend self
|
||||
|
||||
VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }}
|
||||
VERSION = {{ `shards version "#{__DIR__}"`.chomp.stringify }}
|
||||
|
||||
# Initializes `Ameba::Runner` and runs it.
|
||||
# Can be configured via `config` parameter.
|
||||
|
|
Loading…
Reference in a new issue