Skip to content

Commit

Permalink
Fix import typo in logs-lib (#1380)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev authored Jan 2, 2025
1 parent 6ffb9bc commit 748f8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs-lib/logs/variables.libsonnet
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local g = import '../g.libsonnet';
local g = import './g.libsonnet';
local var = g.dashboard.variable;
local utils = import '../utils.libsonnet';

Expand Down

0 comments on commit 748f8a9

Please sign in to comment.