mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 20:35:19 +01:00
Corrected date in Git.ml
This commit is contained in:
parent
e27a7ccec1
commit
f51269dd79
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
SHA1=$(git log -1 | head -1 | cut -d ' ' -f 2)
|
||||
DATE=$(git log -1 | grep Date | cut -d ':' -f 2)
|
||||
DATE=$(git log -1 | grep Date | cut -d ':' -f 2-)
|
||||
MESSAGE=$(git log -1 | tail -1)
|
||||
cat << EOF > Git.ml
|
||||
open Core.Std
|
||||
|
Loading…
Reference in New Issue
Block a user