Skip to content

Commit

Permalink
Fix path for update
Browse files Browse the repository at this point in the history
  • Loading branch information
lhaig committed Mar 12, 2024
1 parent 543a1da commit a3cc2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func areFilesEqual(file1, file2 string) (bool, error) {

func updatePds() {
composeUrl := "https://raw.githubusercontent.com/bluesky-social/pds/main/compose.yaml"
pdsDataDir := "./develop/pds"
pdsDataDir := "/pds"
composeFile := filepath.Join(pdsDataDir, "compose.yaml")
backupComposeFile := filepath.Join(pdsDataDir, "compose.yaml.bkup")
tmpFile := filepath.Join(os.TempDir(), "tempcompose.yaml")
Expand Down

0 comments on commit a3cc2d6

Please sign in to comment.