From a3b7f5f4b156214b89683066dd3e87e80b44e2a7 Mon Sep 17 00:00:00 2001 From: Todd Sundsted Date: Thu, 16 Sep 2021 09:02:34 -0400 Subject: [PATCH] Handle directories with spaces in the path/filename --- src/spectator.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectator.cr b/src/spectator.cr index 0459ae4..e4613c2 100644 --- a/src/spectator.cr +++ b/src/spectator.cr @@ -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