You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/02/05 20:36:56 UTC

[7/7] struts-site git commit: Marks file as executable and sets proper interpreter

Marks file as executable and sets proper interpreter


Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/3931c431
Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/3931c431
Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/3931c431

Branch: refs/heads/master
Commit: 3931c4315dd06dff566ae851655007919ab97e92
Parents: 0f3fd54
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Fri Feb 5 20:36:08 2016 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Fri Feb 5 20:36:08 2016 +0100

----------------------------------------------------------------------
 docker-run.fish | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-site/blob/3931c431/docker-run.fish
----------------------------------------------------------------------
diff --git a/docker-run.fish b/docker-run.fish
old mode 100644
new mode 100755
index 076df98..dc883c1
--- a/docker-run.fish
+++ b/docker-run.fish
@@ -1,2 +1,2 @@
+#!/usr/local/bin/fish
 docker run -v $PWD:/srv/jekyll -it -p 4000:4000 theapachestruts/struts-site-jekyll bundle exec jekyll serve --watch
-