about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/depot-scanner/default.nix2
-rw-r--r--tools/depot-scanner/main.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/depot-scanner/default.nix b/tools/depot-scanner/default.nix
index e6fd5dec29..d18034cff0 100644
--- a/tools/depot-scanner/default.nix
+++ b/tools/depot-scanner/default.nix
@@ -13,4 +13,4 @@ in depot.nix.buildGo.program {
   deps = [
     localProto
   ];
-} // { inherit localProto; meta.ci = false; }
+} // { inherit localProto; }
diff --git a/tools/depot-scanner/main.go b/tools/depot-scanner/main.go
index 2731902589..4128fce187 100644
--- a/tools/depot-scanner/main.go
+++ b/tools/depot-scanner/main.go
@@ -165,7 +165,7 @@ func main() {
 	if *modeFlag == "print" {
 		if enabledPathTypes[pb.PathType_STORE] {
 			for k, _ := range results[nixStorePath] {
-				if *relativePath {
+				if *relativeFlag {
 					k = strings.TrimPrefix(k, *nixStoreRoot)
 					k = strings.TrimPrefix(k, "/")
 				}