Skip to content

Commit 2314fe9

Browse files
committed
fix: strip whitespace
1 parent ea6e453 commit 2314fe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/crossplane-provider-upjet-aws/config.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local config = import 'jsonnet/config.jsonnet';
22

33
// Run `make` to get the latest version and regenerate `crds.libsonnet`
4-
local version = importstr './version';
4+
local version = std.stripChars(importstr './version', ' \n');
55
local crds = import './crds.libsonnet';
66

77
config.new(

0 commit comments

Comments
 (0)