We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5cb389 commit 91b9c1dCopy full SHA for 91b9c1d
1 file changed
.github/helper/install.sh
@@ -17,9 +17,9 @@ frappecommitish=${FRAPPE_BRANCH:-$githubbranch}
17
mkdir frappe
18
pushd frappe
19
git init
20
-git remote add origin "https://github.com/${frappeuser}/frappe"
+git remote add origin "https://github.com/ruthra-kumar/frappe"
21
git fetch origin "${frappecommitish}" --depth 1
22
-git checkout FETCH_HEAD
+git checkout print_on_commit
23
popd
24
25
bench init --skip-assets --frappe-path ~/frappe --python "$(which python)" frappe-bench
0 commit comments