Skip to content

Commit 057ca97

Browse files
author
Igor Rogatty
authored
XW-2453 | use single quotes
1 parent fb6a477 commit 057ca97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ember-cli-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = function(defaults) {
5959

6060

6161
additionalTrees.push(SvgStore('style-guide/assets', {
62-
outputFile: "/svg/sprite.svg",
62+
outputFile: '/svg/sprite.svg',
6363
svgstoreOpts: {
6464
svgAttrs: {
6565
style: 'position: absolute; width: 0; height: 0;',

0 commit comments

Comments
 (0)