Skip to content

Commit

Permalink
fix: shellcheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
okhiroyuki authored Aug 18, 2024
1 parent 4042786 commit 26fcd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/sample-project/copy-sample-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SRC_PATH="plugins/@red-mobile/nodejs-mobile-cordova/install/sample-project"

copySampleFile () {
cp -i "$SRC_PATH/$1" $1
cp -i "$SRC_PATH/$1" "$1"
}

mkdir -p "www/nodejs-project"
Expand Down

0 comments on commit 26fcd47

Please sign in to comment.