Skip to content

Commit

Permalink
#232: updated for Package Manager.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kray-G committed Aug 18, 2021
1 parent 08b1fc6 commit a980ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/pkg/Develop.kx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class ReleasePackageArchiver(pkgname, version) {

class PackageUpdater(args, pkgname, version) {

var getopt = new Fiber(new System.GetOpt().getopt).resume;
var getopt = System.GetOpt.getFunction();
var opt, options = { release: true };
while (opt = getopt(args, "iv", { inst: 'i', version: 'v' })) {
switch (opt.type) {
Expand Down

0 comments on commit a980ed6

Please sign in to comment.