Skip to content

Commit 088655c

Browse files
committed
Remove trailing slashes from destination directory
1 parent fea3dbc commit 088655c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/circleci-cli/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "string"
1111
},
1212
"destdir": {
13-
"default": "/usr/local/bin/",
13+
"default": "/usr/local/bin",
1414
"description": "Filesystem location of the circleci binary.",
1515
"type": "string"
1616
},

src/exercism-cli/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "string"
1111
},
1212
"destdir": {
13-
"default": "/usr/local/bin/",
13+
"default": "/usr/local/bin",
1414
"description": "Filesystem location of the exercism binary.",
1515
"type": "string"
1616
},
@@ -38,4 +38,4 @@
3838
"type": "string"
3939
}
4040
}
41-
}
41+
}

test/_global/scenarios.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
44
"features": {
55
"circleci-cli": {
6-
"destdir": "/usr/bin/"
6+
"destdir": "/usr/bin"
77
},
88
"exercism-cli": {
9-
"destdir": "/usr/bin/"
9+
"destdir": "/usr/bin"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)