Skip to content
Snippets Groups Projects
Commit e3699bcc authored by Jessica Yuen's avatar Jessica Yuen
Browse files

Fix documentation for kubecfg_test.jsonnet

parent fa6d1a69
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// Run me with `../kubecfg show kubecfg_test.jsonnet`
// Run me with `../kubecfg show -f kubecfg_test.jsonnet`
local kubecfg = import "kubecfg.libsonnet";
assert kubecfg.parseJson("[3, 4]") == [3, 4];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment