privateone commited on
Commit
c5d0bef
ยท
verified ยท
1 Parent(s): 6c3fcb8

Update init.sh

Browse files
Files changed (1) hide show
  1. init.sh +4 -4
init.sh CHANGED
@@ -18,10 +18,10 @@ if [ -n "$GITHUB_PAT" ]; then
18
  git clone -b "$BRANCH" "https://blendersb:${GITHUB_PAT}@github.com/blendersb/teleapi.git" "$TARGET_DIR"
19
  cd "$TARGET_DIR"
20
 
21
- echo "๐Ÿ“ Latest Git Commit:"
22
-
23
- git log -1 --pretty=format:"๐Ÿ”น %h ๐Ÿ”น %s ๐Ÿ”น by %an ๐Ÿ”น on %ad" --date=short ๐Ÿ”น
24
- echo
25
 
26
  echo "๐Ÿ“‚ Moving contents from $TARGET_DIR to $APP_DIR..."
27
  shopt -s dotglob # include hidden files like .env, .gitignore
 
18
  git clone -b "$BRANCH" "https://blendersb:${GITHUB_PAT}@github.com/blendersb/teleapi.git" "$TARGET_DIR"
19
  cd "$TARGET_DIR"
20
 
21
+ echo "๐Ÿ“ Latest Git Commit:"
22
+ git log -1 --pretty=format:"๐Ÿ”น %h ๐Ÿ”น %s ๐Ÿ”น by %an ๐Ÿ”น on %ad" --date=short
23
+ echo
24
+
25
 
26
  echo "๐Ÿ“‚ Moving contents from $TARGET_DIR to $APP_DIR..."
27
  shopt -s dotglob # include hidden files like .env, .gitignore