Skip to content

Commit

Permalink
more fixes for shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Nov 29, 2023
1 parent 96fdbb8 commit af7d19d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ main() {
fi

# Make the folders
mkdir $DOMAIN
mkdir $DOMAIN/bin
mkdir -p $DOMAIN/web/pages
mkdir -p $DOMAIN/web/static
mkdir "${DOMAIN}"
mkdir "${DOMAIN}/bin"
mkdir -p "${DOMAIN}/web/pages"
mkdir -p "${DOMAIN}/web/static"

GITHUB_TEMPLATE="https://raw.githubusercontent.com/jamonholmgren/qub/main/template"

Expand Down

0 comments on commit af7d19d

Please sign in to comment.