Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Aug 4, 2024
1 parent 1cea45e commit d0e0616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3_chunk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fi
if [ -n "$GIT_DIR" ]; then
PREV_ARG+=("--git-dir" "$GIT_DIR")
fi
if [ -n "$REFISION" ]; then
if [ -n "$REVISION" ]; then
PREV_ARG+=("--revision" "$REVISION")
fi

Expand Down

0 comments on commit d0e0616

Please sign in to comment.