lib/cfn-flow/git.rb in cfn-flow-0.2.1 vs lib/cfn-flow/git.rb in cfn-flow-0.5.0
- old
+ new
@@ -1,5 +1,6 @@
# Git helper module
+# TODO: extract as plugin
class CfnFlow::Git
class << self
def sha
command = "git rev-parse --verify HEAD"