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 73cc606 commit ac457b5Copy full SHA for ac457b5
gittyup.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
3
function capinstall {
4
if [ ! -x /var/lib/gems/1.8/bin/cap ]; then
@@ -117,4 +117,4 @@ echo "Committing: ${COMMENT}..."
117
git commit -a -m "${COMMENT}" && git push origin
118
119
echo ""
120
-echo "Fixed: https://github.com/"`git config remote.origin.url`"/commit/"`git rev-parse HEAD`| sed -E s/[a-z]+@github\.com:// | sed 's#\.git##g'
+echo "Fixed: https://github.com/"`git config remote.origin.url`"/commit/"`git rev-parse HEAD`| sed -E s/[a-z]+@github\.com:// | sed 's#\.git##g'
0 commit comments