Skip to content

Commit

Permalink
Fix get_dlc_dangerously
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Feb 23, 2025
1 parent 68bc3ab commit e3080ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_dlc_dangerously
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

if test -f "v2/get_dlc_dangerously"; then
if test -f `dirname "$0"`"/v2/get_dlc_dangerously"; then
git -C `dirname "$0"` submodule update --remote --merge v2
else
git -C `dirname "$0"` submodule update --init --remote v2
Expand Down

0 comments on commit e3080ec

Please sign in to comment.