Skip to content

Commit 6cbaa9d

Browse files
committed
Update createGist.ts
1 parent 76b86e8 commit 6cbaa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createGist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default async (
1717
files: {
1818
...files,
1919
},
20-
public: options?.secret ? false : true,
20+
public: options?.secret ? true : false
2121
},
2222
}
2323
)

0 commit comments

Comments
 (0)