Remove semicolon causing evaluation error.
svn path=/nixpkgs/trunk/; revision=25354
This commit is contained in:
parent
a5d31be527
commit
871b59c636
1 changed files with 1 additions and 1 deletions
|
@ -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