Skip to content

Commit

Permalink
Merge pull request #30 from tflhyl/cache-path
Browse files Browse the repository at this point in the history
Change cachePath location
  • Loading branch information
yonaskolb authored Jun 1, 2018
2 parents 4ddd18d + 500f41e commit 0390743
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 0390743

Please sign in to comment.