Skip to content
Snippets Groups Projects
Commit 9b0e273e authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Export: Fixed typo in previous commit.

parent 6deff597
No related branches found
No related tags found
No related merge requests found
......@@ -345,7 +345,7 @@ int main(int argc, array(string) argv)
}
string revision = git_cmd("rev-list", "-1", "HEAD");
string source = ((git_cmd("ls-tree", "HEAD", "src")/"\t")[-1]/" ")[-1];
string source = ((git_cmd("ls-tree", "HEAD", "src")/"\t")[0]/" ")[-1];
t = t||time();
mapping m = gmtime(t);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment