Skip to content

Commit 883131e

Browse files
committed
ci: fix update scripts
Classic...
1 parent 4dfb4c7 commit 883131e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ try {
1717
console.log("Upgrading packages...");
1818
await runCommand("dotnet outdated --upgrade".split(" "));
1919

20-
if (!hasFileChanged("./DprintPluginRoslyn/DprintPluginRoslyn.csproj")) {
20+
if (!await hasFileChanged("./DprintPluginRoslyn/DprintPluginRoslyn.csproj")) {
2121
console.log("No changes.");
2222
Deno.exit(0);
2323
}

0 commit comments

Comments
 (0)