Skip to content

Commit

Permalink
change script to bash + bump version (#12808)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 authored Dec 5, 2024
1 parent 1070ea8 commit 13acc4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion creators/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rancher/create-extension",
"description": "Rancher UI Extension generator",
"version": "2.0.4",
"version": "2.0.5",
"license": "Apache-2.0",
"author": "SUSE",
"packageManager": "yarn@4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion creators/extension/update/upgrade
Original file line number Diff line number Diff line change
@@ -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)"
Expand Down

0 comments on commit 13acc4b

Please sign in to comment.