Skip to content

Commit

Permalink
Change default source URL
Browse files Browse the repository at this point in the history
  • Loading branch information
j8r committed Sep 10, 2019
1 parent 092a25c commit 0ec1b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.con
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
host "[::1]"
port 8994
sources {
default "https://github.com/DFabric/packages-source/tarball/master"
default "https://github.com/DFabric/dppm-packages-source/tarball/master"
}
2 changes: 1 addition & 1 deletion src/prefix.cr
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct DPPM::Prefix
end

# Default DPPM configuration.
class_getter default_dppm_config = Config.new {{ read_file "./config.con" }}
class_getter default_dppm_config = Config.new {{ read_file __DIR__ + "/../config.con" }}

# Default group namespace where installing applications.
class_getter default_group : String = "default-group"
Expand Down

0 comments on commit 0ec1b25

Please sign in to comment.