We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1070ea8 commit 13acc4bCopy full SHA for 13acc4b
creators/extension/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@rancher/create-extension",
3
"description": "Rancher UI Extension generator",
4
- "version": "2.0.4",
+ "version": "2.0.5",
5
"license": "Apache-2.0",
6
"author": "SUSE",
7
"packageManager": "yarn@4.5.0",
creators/extension/update/upgrade
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
BASE_DIR="$(cd $SCRIPT_DIR && cd .. && pwd)"
0 commit comments