forked from lix-project/hydra
fix a stray newline in a path
This commit is contained in:
parent
85524b2d0f
commit
4015bca225
|
@ -58,6 +58,7 @@ sub fetchInput {
|
||||||
system("jq -S . < $filename > $tempdir/github-pulls-sorted.json");
|
system("jq -S . < $filename > $tempdir/github-pulls-sorted.json");
|
||||||
my $storePath = trim(`nix-store --add "$tempdir/github-pulls-sorted.json"`
|
my $storePath = trim(`nix-store --add "$tempdir/github-pulls-sorted.json"`
|
||||||
or die "cannot copy path $filename to the Nix store.\n");
|
or die "cannot copy path $filename to the Nix store.\n");
|
||||||
|
chomp $storePath;
|
||||||
my $timestamp = time;
|
my $timestamp = time;
|
||||||
return { storePath => $storePath, revision => strftime "%Y%m%d%H%M%S", gmtime($timestamp) };
|
return { storePath => $storePath, revision => strftime "%Y%m%d%H%M%S", gmtime($timestamp) };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue