Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Oct 28, 2024
1 parent abc25c4 commit f8852d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/wc/wc.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
// console.log("finished calcDIrSizes");
await updateFilesLineCount(fs, null);
calcTotals(fs);
// console.log("fnished calcLineCounts");
// dirRoot = dirRoot;
dirRoot = dirRoot;
fs = fs;
console.log("fnished recalc");
}
/**
Expand Down
2 changes: 1 addition & 1 deletion server/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func buildForProd(forLinux bool) string {
{
// TODO: why needs ./server and not just "server"?
// it works in arslexis-website
ldFlags := f("-X main.GitCommitHash=%s", hashShort)
ldFlags := "-X main.GitCommitHash=" + hashShort
cmd := exec.Command("go", "build", "-o", exeName, "-ldflags", ldFlags, "./server")
if forLinux {
cmd.Env = os.Environ()
Expand Down

0 comments on commit f8852d8

Please sign in to comment.