privateone commited on
Commit
aa5bf7c
ยท
verified ยท
1 Parent(s): 646d44e

Update init.sh

Browse files
Files changed (1) hide show
  1. init.sh +1 -3
init.sh CHANGED
@@ -20,9 +20,7 @@ if [ -n "$GITHUB_PAT" ]; then
20
 
21
  echo "๐Ÿ“ Latest Git Commit:"
22
 
23
- git log -1 --pretty=format:"๐Ÿ”น %h %s by %an on %ad" --date=short
24
- git log -1 --pretty=format:"๐Ÿ”น %h %s by %an on %ad" --date=short
25
-
26
  echo -e "\n"
27
 
28
  echo "๐Ÿ“‚ Moving contents from $TARGET_DIR to $APP_DIR..."
 
20
 
21
  echo "๐Ÿ“ Latest Git Commit:"
22
 
23
+ git log -1 --pretty=format:"๐Ÿ”น %h ๐Ÿ”น %s ๐Ÿ”น by %an ๐Ÿ”น on %ad" --date=short ๐Ÿ”น
 
 
24
  echo -e "\n"
25
 
26
  echo "๐Ÿ“‚ Moving contents from $TARGET_DIR to $APP_DIR..."