From 02965e9380fd6abbce3f07d92e49b8f4cbe0f87b Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 19 Jan 2016 14:09:36 -0500 Subject: [PATCH] Fixed typo --- code-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code-deploy.yml b/code-deploy.yml index af7d6c5..21fd2de 100644 --- a/code-deploy.yml +++ b/code-deploy.yml @@ -24,5 +24,5 @@ - name: Restart and rebuild docker container command: chdir=/root/wrestlingApp bash rails-worker-prod.sh wrestlingdev-app - name: Wait 5 seconds for server to warm up - command: sleep 5s + command: sleep 5s