Skip to content

Commit

Permalink
try remote via https
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Feb 27, 2024
1 parent 662ecfd commit e0d9db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { $ } from 'zx'

import { CustomError } from './error.js'

export const REMOTE = 'git@github.com:redwoodjs/redwood.git'
export const REMOTE = 'https://github.com/redwoodjs/redwood.git'

// See https://stackoverflow.com/questions/18268986/git-how-to-push-messages-added-by-git-notes-to-the-central-git-server.
export async function fetchNotes() {
Expand Down

0 comments on commit e0d9db9

Please sign in to comment.