Skip to content

Commit c715a21

Browse files
authored
Merge pull request zardus#67 from myhndl/patch-1
fix typo in pwndbg install script
2 parents c4eded5 + 6d1621b commit c715a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwndbg/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -eu -o pipefail
33

4-
git clone --depth 1 git clone https://github.com/zachriggle/pwndbg
4+
git clone --depth 1 https://github.com/zachriggle/pwndbg
55

66
mkdir bin
77
cat >> bin/pwndbg <<EOF

0 commit comments

Comments
 (0)