Skip to content

Commit

Permalink
Merge pull request #73 from Sija/patch-2
Browse files Browse the repository at this point in the history
Enclose the project directory path with double quotes
  • Loading branch information
grkek authored Dec 3, 2024
2 parents 1a15f46 + b9b2b66 commit 58d3630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grip/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Grip
VERSION = {{ `shards version #{__DIR__}`.chomp.stringify }}
VERSION = {{ `shards version "#{__DIR__}"`.chomp.stringify }}
end

0 comments on commit 58d3630

Please sign in to comment.