Skip to content

Commit

Permalink
Removed experimentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Dec 7, 2024
1 parent 4d055e5 commit d4b6e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/Port.cr
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ module ISM
shell: true,
chdir: directoryPath)

return Process.new( "git pull --depth 1 origin #{Ism.portsSettings.targetVersion}",
return Process.new( "git pull origin #{Ism.portsSettings.targetVersion}",
shell: true,
chdir: directoryPath)

Expand Down

0 comments on commit d4b6e3c

Please sign in to comment.