We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6508be5 commit 812f540Copy full SHA for 812f540
bin/setup_ember
@@ -9,7 +9,7 @@ setup_ember() {
9
git clone -b 'v4.0.0' https://github.com/ember-cli/ember-new-output.git $target
10
11
echo '-- Make router catchall routes'
12
- sed -i -e 's/auto/hash/' $target/config/environment.js
+ sed -i -e "s/'auto'/'hash'/" $target/config/environment.js
13
14
echo '-- Add an image to a template'
15
cp spec/fixtures/application.hbs $target/app/templates/application.hbs
0 commit comments