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 6893da5 commit 73fb75cCopy full SHA for 73fb75c
.devcontainer/boot.sh
@@ -8,7 +8,7 @@ if [ -n "${NVM_DIR}" ]; then
8
yarn install
9
fi
10
11
-cd activerecord || echo "activerecord directory doesn't exist" && exit
+cd activerecord || { echo "activerecord directory doesn't exist"; exit; }
12
13
# Create PostgreSQL databases
14
bundle exec rake db:postgresql:rebuild
0 commit comments