Corrected mistake

This commit is contained in:
joelchrono12 2021-12-20 15:47:47 -06:00
parent be55343096
commit e36a20cccf
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#! /bin/bash
path=/home/joelchrono12/git/joelchrono12.ml/_posts/
path=$HOME/git/joelchrono12.ml/_posts/
title=$(rofi -l 0 -width 50 -p "Title" -dmenu)
filen=$(echo $title | tr " ,.!" "-"| awk '{print tolower($0)}')
if [ -z $title ]; then