Commit 3afd2636 authored by Yueh-Shun Li's avatar Yueh-Shun Li
Browse files

nodeinfo: fix tags (should be a list)

parent 4b39e819
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ buildGoModule rec {
  };

  modRoot = "./cli";
  tags = "extension";
  tags = [ "extension" ];
  ldflags = [
    "-s"
    "-w"