mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
Remove semicolon causing evaluation error.
svn path=/nixpkgs/trunk/; revision=25354
This commit is contained in:
parent
a5d31be527
commit
871b59c636
|
@ -7,4 +7,4 @@ runCommand: git: repository: branch:
|
|||
rev=$(git ls-remote ${repository} | grep "refs/${branch}$" | awk '{ print $1 }')
|
||||
echo "[ \"$rev\" ]" > $out
|
||||
echo Latest revision in ${branch} is $rev
|
||||
'');
|
||||
'')
|
||||
|
|
Loading…
Reference in a new issue