You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/redirect/checks.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ validate_paths() {
46
46
forpathin$paths;do
47
47
local url=$(echo "$path"| jq -r '.url')
48
48
local path_=$(echo "$path"| jq -r '.path_')
49
-
if [[ -z"$url"]];then
49
+
if [[ -z"$url"]];then
50
50
local ERROR_MESSAGE=$(customErrorMessage "Error""0115""Missing \"url\" in item #$countt in \"paths\" in \"redirect_config\" in \"module.exports\" at \"just.config.js\" file.")
0 commit comments