Skip to content

Commit

Permalink
Enclose the project directory path with double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija authored Nov 30, 2024
1 parent e993efb commit b9b2b66
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 b9b2b66

Please sign in to comment.