Skip to content

Commit 13acc4b

Browse files
authored
change script to bash + bump version (#12808)
1 parent 1070ea8 commit 13acc4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

creators/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rancher/create-extension",
33
"description": "Rancher UI Extension generator",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"license": "Apache-2.0",
66
"author": "SUSE",
77
"packageManager": "yarn@4.5.0",

creators/extension/update/upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
1+
#!/usr/bin/env bash
22

33
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
44
BASE_DIR="$(cd $SCRIPT_DIR && cd .. && pwd)"

0 commit comments

Comments
 (0)