aboutsummaryrefslogtreecommitdiff
path: root/inception
diff options
context:
space:
mode:
Diffstat (limited to 'inception')
-rwxr-xr-xinception2
1 files changed, 2 insertions, 0 deletions
diff --git a/inception b/inception
index d5bd3d2..cb89b2d 100755
--- a/inception
+++ b/inception
@@ -77,4 +77,6 @@ elif [ "$1" == "deploy" ]; then
##### END REMOTE SCRIPT #######
EOF
fi
+elif [ "$1" == "version" ]; then
+ ( cd $DIRNAME && git log -n 1 )
fi