Skip to content

Commit

Permalink
sh
Browse files Browse the repository at this point in the history
  • Loading branch information
linkchw committed Aug 15, 2024
1 parent 6643b73 commit b5ecca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

REPO_DIR="name-family"
REPO_DIR="$(pwd)name-family"

check_if_in_repo() {
if [ "$(basename "$(pwd)")" == "$REPO_DIR" ]; then
Expand Down

0 comments on commit b5ecca8

Please sign in to comment.