mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Handle directories with spaces in the path/filename
This commit is contained in:
parent
632845574f
commit
a3b7f5f4b1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Spectator
|
|||
include DSL::Top
|
||||
|
||||
# Current version of the Spectator library.
|
||||
VERSION = {{ `shards version #{__DIR__}`.stringify.chomp }}
|
||||
VERSION = {{ `shards version "#{__DIR__}"`.stringify.chomp }}
|
||||
|
||||
# Logger for Spectator internals.
|
||||
::Log.setup_from_env
|
||||
|
|
Loading…
Reference in a new issue