Skip to content

Commit

Permalink
#232: updated kip.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kray-G committed Aug 17, 2021
1 parent 95686cc commit 54b30c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exec/kip.kx
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ class KinxPackageLibraryManager(repoMgr_) {
}

private devinstimpl(buildopt, output) {
var buildkx = $pwd / "build/build.kx";
var buildkx = "build/build.kx";
if (!File.exists(buildkx)) {
Kip.errorln("Not found: build/build.kx to install a developing package");
return;
Expand Down

0 comments on commit 54b30c4

Please sign in to comment.