Skip to content

Commit 3c04aff

Browse files
committed
Fix whitespace issue in rake task
1 parent cefa5f6 commit 3c04aff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tasks/pshopify.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class PshopifyDefinitionCreator
164164

165165
lines << ""
166166
lines << openssl_line
167-
lines << "install_git \"ruby-#{@pshopify_version}\" \"#{SHOPIFY_RUBY_GIT_URL}\" \"#{@tag}\"" \
167+
lines << "install_git \"ruby-#{@pshopify_version}\" \"#{SHOPIFY_RUBY_GIT_URL}\" \"#{@tag}\" " \
168168
"autoconf enable_shared standard"
169169
lines << ""
170170

0 commit comments

Comments
 (0)