You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2014/07/31 12:00:30 UTC

svn commit: r1614844 - /libcloud/site/trunk/scripts/run-dev-server.sh

Author: tomaz
Date: Thu Jul 31 10:00:29 2014
New Revision: 1614844

URL: http://svn.apache.org/r1614844
Log:
Update run dev server script to use bundle exec.

Modified:
    libcloud/site/trunk/scripts/run-dev-server.sh

Modified: libcloud/site/trunk/scripts/run-dev-server.sh
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/scripts/run-dev-server.sh?rev=1614844&r1=1614843&r2=1614844&view=diff
==============================================================================
--- libcloud/site/trunk/scripts/run-dev-server.sh (original)
+++ libcloud/site/trunk/scripts/run-dev-server.sh Thu Jul 31 10:00:29 2014
@@ -1,4 +1,4 @@
 #!/usr/bin/env bash
 
 cd source
-jekyll serve --watch --drafts --trace
+bundle exec jekyll serve --watch --drafts --trace