Skip to content

Commit

Permalink
👻 work in progress Mon May 20 12:11:25 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed May 20, 2024
1 parent 1cb56f9 commit b95c47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/yaml-companion/builtin/kubernetes/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ local api = vim.api
local resources = require("yaml-companion.builtin.kubernetes.resources")
local version = require("yaml-companion.builtin.kubernetes.version")
local uri = "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/"
.. version
.. "-standalone-strict/all.json"
.. version
.. "-standalone-strict/all.json"

local schema = {
name = "Kubernetes",
Expand Down

0 comments on commit b95c47e

Please sign in to comment.