Skip to content

Commit

Permalink
Change cachePath location
Browse files Browse the repository at this point in the history
  • Loading branch information
tflhyl committed May 17, 2018
1 parent 4ddd18d commit 500f41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BeakCore/Beak.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public struct BeakOptions {
public let cachePath: Path
public let packageName: String

public init(cachePath: Path = "~/Documents/beak/builds", packageName: String = "BeakFile") {
public init(cachePath: Path = "~/.beak/builds", packageName: String = "BeakFile") {
self.cachePath = cachePath.normalize()
self.packageName = packageName
}
Expand Down

0 comments on commit 500f41e

Please sign in to comment.