Skip to content

Commit

Permalink
Remover . do etag
Browse files Browse the repository at this point in the history
  • Loading branch information
dgadelha committed May 2, 2024
1 parent d7da099 commit ad35cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/resources/src/atualizar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function configurarRecursos() {

const url = "https://github.com/UNIVALI-LITE/Portugol-Studio/archive/master.zip";
const remoteEtag = await getETag(url);
const localEtag = path.join(baseDir, ".etag");
const localEtag = path.join(baseDir, "etag");

console.log("Remote ETag:", remoteEtag);

Expand Down

0 comments on commit ad35cc0

Please sign in to comment.