Skip to content

Commit

Permalink
chore: change ic spec source back to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason I committed Oct 23, 2024
1 parent f0eee56 commit e47848c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update-management-idl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path';

const main = async () => {
const res = await fetch(
'https://raw.githubusercontent.com/dfinity/interface-spec/a95de7ba72d180f878875ddcc3af88e23d01dd62/spec/_attachments/ic.did',
'https://raw.githubusercontent.com/dfinity/interface-spec/master/spec/_attachments/ic.did',
);
res.text().then(async text => {
const root = path.resolve(__dirname, '..');
Expand Down

0 comments on commit e47848c

Please sign in to comment.